git fatal error Path with a does not make sense

后端 未结 2 2074
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 14:38

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

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 15:40

    The single-quote ' is the problem. Change it to double-quotes, like "initial commit". Use double-quotes in Windows-cmd instead of single-quote.

    @AndrewC: read this before doing the downvote: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Skipping-the-Staging-Area

提交回复
热议问题