我想安裝 mongoDB 驅(qū)動(dòng)程序。當(dāng)我輸入這個(gè)命令時(shí)go get go.mongodb.org/mongo-driver/mongo我有 : # cd /Users/jiangwei/go/src/go.mongodb.org/mongo-driver; git pull --ff-only There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <remote> <branch> If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/<branch> master package go.mongodb.org/mongo-driver/mongo: exit status 1
為什么 Go-get 要求我選擇一個(gè)分支?
滄海一幻覺(jué)
2023-06-26 17:49:57