简体   繁体   English

Git存储库错误存储库未找到

[英]Git repository Error Repository not found

Windows 10 , log Windows 10,登录

git.exe clone --progress -v "https://github.com/atul****/nodejs-express-mysql.git" "H:\sts\Git\nodejs-express-mysql"
Cloning into 'H:\sts\Git\nodejs-express-mysql'...
remote: Repository not found.
fatal: repository 'https://github.com/atul*****/jenkinsDemo1.git/' not found

that is the issue why this repo are showing "jenkinsDemo1.git" , already delated this repo这就是为什么这个 repo 显示 "jenkinsDemo1.git" 的问题,已经延迟了这个 repo

Make sure tha new repository is accessible:确保可以访问新的存储库:

git ls-remote https://github.com/atul****/nodejs-express-mysql.git

Check your global configuration:检查您的全局配置:

git config --global -l

If you see any insteadOf directive, that could explain why a github.com URL gets changed automatically如果您看到任何insteadOf指令,这可以解释为什么 github.com URL 会自动更改

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM