首页 > 其他 > 详细

Git异常:fatal: could not create work tree dir 'XXX': No such file or directory

时间:2015-12-10 13:07:53      阅读:1403      评论:0      收藏:0      [点我收藏+]

DNT@DESKTOP-PTACRF6 MINGW64 ~/Windows10 (master)
$ git clone git@github.com:dunitian/IPToPosition.git
fatal: could not create work tree dir ‘IPToPosition‘: No such file or directory

技术分享

这个看一下执行目录的路径==>~/Windows10 (master)

 

切换到根目录:cd ~

 

再输入指令就ok了

DNT@DESKTOP-PTACRF6 MINGW64 ~
$ git clone git@github.com:dunitian/IPToPosition.git
Cloning into ‘IPToPosition‘...
Warning: Permanently added the RSA host key for IP address ‘192.30.252.130‘ to the list of known hosts.
warning: You appear to have cloned an empty repository.
Checking connectivity... done.

技术分享

Git异常:fatal: could not create work tree dir 'XXX': No such file or directory

原文:http://www.cnblogs.com/dunitian/p/5035595.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!