我有一个很奇怪的问题git和github.当我尝试推动时,我得到:
git push -u origin master
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)
我添加了遥控器:
git remote add origin git@github.com:account-name/repo-name.git
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?