2016-04-22 188 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,但問題沒有解決。 –