我可以从 git 服务器克隆代码,但我无法推送我的代码。
我准备推送代码。
首先我执行命令git add,没问题;
第二,我执行命令git commit,没问题;
三、我执行命令git push,屏幕打印信息
fatal:upload denied for project '------'
fatal:could not read from remote repository
please make sure you have the correct access rights.
Run Code Online (Sandbox Code Playgroud)
此外,文件夹“.ssh”中没有文件“know_hosts”。
我该如何解决这个问题?
非常感谢!
git ×1