1.报错信息
今天往gitlab服务器上准备push代码的时候,先pull了一下,更新一下分支,结果就报了下面的错,然后就一直提示输入密码
warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.