i need to run below command in gitbash
$ loc_count="$(cloc-1.92.exe --git --diff ${start_commit} ${end_commit})"
but i am getting this error
tar: Cannot connect to C: resolve failed
fatal: Not a valid object name C
how resolve this?
i need to run below command in gitbash
$ loc_count="$(cloc-1.92.exe --git --diff ${start_commit} ${end_commit})"
but i am getting this error
tar: Cannot connect to C: resolve failed
fatal: Not a valid object name C
how resolve this?