简体   繁体   中英

Git repository Error Repository not found

Windows 10 , log

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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