我正在嘗試從 Visual Studio 2019 中克隆我們在本地 Ubuntu 服務器上托管的 git 存盤庫。我能夠從同一服務器克隆其他存盤庫,但我遇到了一個錯誤,特別是這個錯誤,它使沒有意義。可能是bug,也可能是配置問題。
這是錯誤日志(出于安全原因編輯的路徑):
Cloning into 'C:\Users\my_username\Documents\Projects\ProjectName'...
Warning: error opening directory '\\GitServer\Repo\ProjectName/objects/incoming-a01148/47/c4f1223ef91fff4cf45f549beff2fff5656fad/': Function not implemented
Error encountered while cloning the remote repository: Git failed with a fatal error.
failed to iterate over '\\GitServer\Repo\ProjectName/objects/'
對我來說毫無意義的是“.../objects/incoming-a01148/47/c4f1223ef91fff4cf45f549beff2fff5656fad”是一個檔案,它看起來像是在試圖迭代它,就好像它是一個目錄一樣?
uj5u.com熱心網友回復:
在克隆程序中使用file://GitServer/Repo/ProjectName而不是\\GitServer\Repo\ProjectName似乎已經解決了問題。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/358167.html
上一篇:在gcp上安裝docker
