Subject: Can't push to new repo
When following the instructions after creating the new repo from
the website with the command:
git push origin master I get:
fatal: '/data/repositories/5/59/f0/2a/elizabethcb/loveschoice.git' does not appear to be a git repository
running debian linux
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Tekkub on 04 Nov, 2009 09:25 PM
You need to fix the case in your URL, it should be
Loveschoice.git3 Posted by Elizabeth Buckwalter on 04 Nov, 2009 10:01 PM
It did the same thing when I used Loveschoice.git Good thought though!
Support Staff 4 Posted by Tekkub on 04 Nov, 2009 10:15 PM
The repo is there on our side. Can you paste the contents of your repo's
.git/configfile?5 Posted by Elizabeth Buckwalter on 04 Nov, 2009 10:41 PM
I deleted the lowercase version of the url in the config file and ran
the add origin command again with the uppercase version. I guess when
I "tried" uppercase I just ran the add origin command without removing
the old origin. Thanks!