知道了,能帮我分析下这个吗?为什么push时总是报错连接不到仓库,ssh没有问题
PC@ASUS MINGW64 /d/git/learngit (master)
$ git remote add origin git@github.com:liang
PC@ASUS MINGW64 /d/git/learngit (master)
$ git push -u origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.