我在Mac上工作了很长时间,并提交了一个类似于以下文件的文件:
C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls
该文件在存储库中不存在。我的存储库实际上位于/Users/Sethuram/Development/Csmart/workspaces/csmart
。看来我可能已经以某种方式将带有名称的文件检C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls
入了git repo并将其推送。
现在,我正在尝试在Windows框中克隆此存储库,并且出现如下错误:
error: Invalid path 'C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls'
我了解其无效路径。我不确定如何纠正它。我再也无法访问我的Mac并从那里删除和推送。
在Windows框中,此文件显示为我需要提交的更改:
$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# deleted: C:/Csmart/files/companies/19/migration/CompanyDataEntry.xls
如何摆脱这个错误?
在stackoverflow.com/questions/25772908/crawling-github-with-jgit中
—
centic 2014年