Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6505

Closed
Open
Created Mar 10, 2014 by Administrator@rootOwner

Cannot push to new repository at gitlab.com

Created by: cirosantilli

  • create a new repository: https://gitlab.com/cirosantilli/p1

  • copy paste the "Create Repositories" commands

  • at git push -u origin master I get:

    fatal: '/mnt/ebs/repositories/cirosantilli/p1.git' does not appear to be a git repository
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
  • git remote -v seems OK:

    origin  [email protected]:cirosantilli/p1.git (fetch)
    origin  [email protected]:cirosantilli/p1.git (push)
  • git log --pretty=oneline also fine

    87c314f3cf64f4939b5c966bd9639483a08504b3 first commit

Another weird symptom that started at the same time so probably related: new pushed branches don't appear under:

  • Home tab
  • Files > branch dropbox

but they do appear under "Commits > Branches".

For example, look at the branch d at:

  • https://gitlab.com/cirosantilli/test0/branches/recent (OK)
  • https://gitlab.com/cirosantilli/test0/tree/master (BAD, not present in dropdown)
  • https://gitlab.com/cirosantilli/test0 (BAD, not shown in the events list)

This is how I first noticed things were weird: I can't make pull requests.

If I follow the branch via Commits > Branches > branch c > Browse Code this issue got solved and c now appears normally. Still, I see a HASH on the popdown branch list in Files: http://i.imgur.com/dRFeBDh.png


I don't reproduce on master, nor at github.com.

Does anyone reproduce? Or have I done something really weird to my local setup?

Assignee
Assign to
Time tracking