网站首页 » » git 突然拉取或者无法找到工程地址

git 突然拉取或者无法找到工程地址

May 26, 2021

remote: The project you were looking for could not be found.
fatal: repository ‘’ not found

解决方案: 先重命名工程可以一致。
然后添加远程仓库用户名去push
git remote rename origin jnos-contract
(base) ZBMAC:project xyc$ git remote add origin https://xyc@gitlab.com/project.git

git clone https://name@git.source.com/fe/fe-common.git

1)git remote rm origin

2)git remote add origin https://username:password@github.com/username/test.git