有没有办法使用 Git Gui 将更改从远程 Gitlab 仓库拉到本地副本?

Is there a way to pull changes from a remote Gitlab repo to a local copy using Git Gui?

我在本地克隆了一个 Gitlab 存储库(带有一系列分支)。我已经使用 Git Gui 客户端检查了这个 repo 中的一个分支,并注意到没有可以拉取的选项。我环顾四周,找到了一个解决方法,建议在表单的工具选项下添加一个“拉”命令,“git pull origin”。当前分支将隐含为最后一个参数,但在尝试此解决方法时,我遇到了一条错误消息,说明以下内容。我什至尝试为上述命令添加参数提示,但无济于事。我仍然遇到以下错误消息。

You asked to pull from the remote 'origin', but did not specify a branch. Because this is not the default configured remote for your current branch, you must specify a branch on the command line.

话虽如此,从 Git Bash shell 中提取是可行的,但我想避免不得不打开 shell 和 GUI 客户端才能使用我的远程仓库。

有人知道我可以尝试的任何其他解决方法吗?

转到 Remote 菜单和 select Fetch from