问题:需要在windows中直观地查看Git历史,存储库在远程Linux服务器(Ubuntu)上。问:在Windows中查看远程linux服务器->上的git存储库有哪两种简单的方法?
我最初尝试镜像远程镜像,然后在本地查看-需要时更新,但在连接时出现错误。
git clone --mirror username@serveraddress.com:/home/username/projectfolder
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.我再次使用Git Bash在Windows上,尝试克隆Linux上的远程存储库。
提前谢谢。
发布于 2013-03-29 04:45:46
repo驻留在哪里并不重要。
如错误所示,1-确保地址正确
2-确保您有权访问该地址
https://stackoverflow.com/questions/15687758
复制相似问题