0

我试图将存储库项目克隆到我的桌面 git hub 窗口中,但它失败了我在日志文件中得到了这些错误:

日志文件错误

2016-07-20 09:04:11.4932|INFO|thread:14|DashboardViewModel|Selected repository 'techla/webroshhayin'
2016-07-20 09:04:11.5922|INFO|thread:14|DashboardViewModel|Took 0ms to Create RepositoryViewModel for location D:\Documents\GitHub\webroshhayin
2016-07-20 09:04:12.1092|ERROR|thread:16|ComparisonGraph|JavaScript Alert from the comparison graph: http://github-app/: TypeError: Cannot read property 'selectCommit' of null
2016-07-20 09:08:11.6309|INFO|thread:76|GitLfsSmudgeTail|Cleaning up Git LFS smudge progress environment variable
2016-07-20 09:08:11.6739|WARN|thread: 1|StandardUserErrors|Showing user error Please check your log file for more details, or contact out support team if you are still having problems.

关于如何解决此问题的解决方案将不胜感激

4

1 回答 1

1

检查 git 版本(最新)并尝试这种格式

git clone https://username@github.com/org/project.git
于 2016-07-20T07:35:03.047 回答