git fatal error Path with a does not make sense
问题 I have existing code on my computer, then I have registerd my account on sourceforge, starting a git project. Now I need to send my local project on sourceforge remote space. On sf there's the instruction page: First time using Git cd miorep-code git init git commit -a -m 'Initial commit' git remote add origin ssh://****/p/miorep/code git push origin master Existing Repository cd miorep-code git remote add origin ssh://****/p/miorep/code git push origin master If I follow the first set of