我想安裝dbweb來管理MySQL數據庫服務器,但我在cmd中得到這個錯誤。 我試圖在我的項目中安裝它,並得到相同的錯誤。安裝dbweb時沒有遠程存儲庫
C:\Users\NakhodaSokoot>go get github.com/go-xorm/dbweb
# cd C:\Users\NakhodaSokoot\go\src\github.com\lunny\nodb; git pull --ff-only
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
package github.com/lunny/nodb/config: exit status 1
# cd C:\Users\NakhodaSokoot\go\src\golang.org\x\crypto; git pull --ff-only
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
package golang.org/x/crypto/scrypt: exit status 1
看起來像你的git配置有問題。你可以進入每個回購,確保你在主人,並試圖拉? – JimB