xshell連線tx1,git clone出現.git/info/refs not valid: is this a git repository?
li@TX1-ubuntu:~$ pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
Collecting git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
Cloning https://github.com/cocodataset/cocoapi.git to /tmp/pip-req-build-ea2b6ans
ERROR: Command errored out with exit status 128: git clone -q https://github.com/cocodataset/cocoapi.git /tmp/pip-req-build-ea2b6ans Check the logs for full command output.
li@TX1-ubuntu:~$ git clone https://github.com/cocodataset/cocoapi
Cloning into 'cocoapi'...
warning: redirecting to http://172.16.200.13/chkuser?url=github.com/cocodataset/cocoapi/
fatal: http://172.16.200.13/chkuser?url=github.com/cocodataset/cocoapi/info/refs not valid: is this a git repository?
本來以為是git賬號密碼錯了,嘗試了修改還是不行,最後發現可能是因為校園網的問題
參考這個神奇的問題
給tx1接上螢幕然後用瀏覽器開啟git網頁就可以了,這天天遇到的都是什麼奇葩問題呀!
相關文章
- WSL git cloneGit
- SSH 方式 Git cloneGit
- Git建立Repository版本庫Git
- pycharm出現Git Pull Failed: Could not read from remote repository.PyCharmGitAIREM
- git配置連線githubGithub
- Git clone 的小問題Git
- git clone倉儲問題Git
- git clone的使用小記Git
- Convert a normal Git repository to a bare oneORMGit
- git push報錯error: failed to push some refs to 'git@github.com:ErrorAIGithub
- git clone到指定的目錄Git
- 使用映象配置為 Git Clone 加速Git
- git連線華為雲DevCloudGitdevCloud
- git clone失敗問題解決Git
- git clone 慢並且會中斷Git
- 從Git向Git-Flow出發Git
- idea在使用git clone 時出現Filename too long的報錯資訊IdeaGit
- 使用Git命令列clone一個專案Git命令列
- git clone失敗,超時,速度慢Git
- 執行git命令時出現Please make sure you have the correct access rights and the repository existsGit
- Git 託管平臺免密連線Git
- git連線遠端倉庫的方式Git
- Visual Studio和Git建立遠端連線Git
- Docker: docker pull, wget, curl, git clone 等如何更快?DockerwgetGit
- [Git] Git整理(四) git rebase 的使用Git
- 『現學現忘』Git基礎 — 21、git diff命令Git
- 『現學現忘』Git基礎 — 3、Git介紹Git
- Git:Git常用操作Git
- 『現學現忘』Git基礎 — 6、Git的操作流程Git
- Ubuntu git pull 出現Permission denied ErrorUbuntuGitError
- git clone 報錯 “URL using bad/illegal format or missing URL“GitORM
- git reset 和 git revertGit
- git rebase 和 git mergeGit
- git revert與git resetGit
- 【git教程】快速掌握gitGit
- Git(6)-- 記錄每次更新到倉庫(git clone、status、add、diff、commit、rm、mv命令詳解)GitMIT
- 『現學現忘』Git基礎 — 18、Git物件的總結Git物件
- 『現學現忘』Git基礎 — 13、Git的基礎操作Git