2016-04-22 111 views
1

我在我的asp.net应用程序中最近几个月一直使用git,它工作得很好。执行git add命令时出错

git add * 

Error: 
warning: LF will be replaced by CRLF in Source Code/Bin/itextsharp.xml. 
The file will have its original line endings in your working directory. 

error: readlink("Source Code/aspnet_client"): Function not implemented 
error: unable to index file Source Code/aspnet_client 
fatal: adding files failed 
+0

首先尝试:'git add .'没有atricks – CodeWizard

+0

@CodeWizard已经尝试过这一个,但得到相同的错误。 –

+0

它不应该有所作为,只是为了确保。 – CodeWizard

回答

0

看起来你正试图添加链接: 今天我在执行命令得到了一个错误。 Git在Window上添加符号链接时遇到问题。

没有太多的事情可以做,而不是在unix机器上进行尝试,或者从git bash而不是cmd尝试。

+0

我试过用git bash,但问题没有解决。 –