在git建立远程连接的时候出现一下代码
$ git push -u origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
- 解决方法,输入以下代码再次重新连接即可
$ git remote rm origin
在git建立远程连接的时候出现一下代码
$ git push -u origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
$ git remote rm origin