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 masterI 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 -vseems OK:origin [email protected]:cirosantilli/p1.git (fetch) origin [email protected]:cirosantilli/p1.git (push) - 
git log --pretty=onelinealso fine87c314f3cf64f4939b5c966bd9639483a08504b3 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?