我按照本教程向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)
你能帮助我走过这一步吗?
git ×1