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