2016-04-22 17 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 .' no atricks – CodeWizard

+0

@CodeWizardすでにこのエラーを試してみましたが、同じエラーが発生しました。 –

+0

確かに違いはありません。 – CodeWizard

答えて

0

が見えます。 GitはWindowにシンボリックリンクを追加する際に問題があります。

UNIXマシンでコミットするのではなく、cmdの代わりにgit bashを試してみてください。

+0

私はgit bashで試してみましたが、問題は解決していません。 –

関連する問題