在Git中添加远程原点

时间:2019-06-30 17:53:06

标签: git github

我执行以下命令以将远程存储库添加到我的帐户。 提取命令后,出现错误。

我是否必须进行配置才能解决此问题?

$ git remote add origin https://github.com/user/TestRepo.git

$ git remote -v 

origin  https://github.com/user/TestRepo.git (fetch) 
origin https://github.com/user/TestRepo.git (push)

$ git fetch

remote: Repository not found.
fatal: repository 'https://github.com/user/TestRepo.git/' not found

1 个答案:

答案 0 :(得分:0)

您需要使用终端识别远程git存储库。

git remote set-url origin https://some_git_repo_path...

如果这不起作用,请尝试从Credential Manager中删除凭据,也就是说,如果您使用的是Windows。