当代码上传git时,提示Repository not found The requested repository does not exist, or you do not have permission to access it. fatal: Could not read from remote repository. Please make sure you have the corre
1.检查当前git中设置的用户名与邮箱是否与自己电脑上的一致。
看这个文件中
如果不一致,只需要把里面的内容全部复制出来添加到git(看下图位置)
这是再执行:git push -u origin master
hello world!!!