在这里,我在我的 gitlab 帐户上成功运行了 git add 和 git commit,但是当我执行 git push 时,它们给了我以下错误:
到 gitlab.com:shrav/vaishaliAllProjects.git ![rejected] master -> master (fetch first) error: failed to push some refs to 'git@gitlab.com:shrav/vaishaliAllProjects.git' 提示:更新被拒绝,因为远程包含你做的工作提示:本地没有. 这通常是由另一个存储库推送提示引起的:to the same ref. 您可能希望在再次推送之前先集成远程更改提示:(例如,'git pull ...')。提示:有关详细信息,请参阅“git push --help”中的“关于快进的说明”。
谁能说如何在 ubuntu 终端中执行 git pull ?