我按照本教程向Git介绍自己:
一切正常,直到将repo添加到本地计算机的部分:
git remote add nfsn ssh://USERNAME@NFSNSERVER/home/private/git/REPONAME.git
Run Code Online (Sandbox Code Playgroud)
(用正确的名称替换USERNAME,NFSNSERVER和REPOAME后)我收到错误:
fatal: Not a git repository (or any of the parent directories): .git
Run Code Online (Sandbox Code Playgroud)
你能帮助我走过这一步吗?
当我试图在github.com上推送现有存储库时,当我输入命令时,网站提示我放入终端,我收到此错误消息致命:
Not a git repository (or any of the parent directories): .git
Run Code Online (Sandbox Code Playgroud)
如果有人能帮助我,那就太棒了,谢谢.
git ×2