今天向Gitee遠程倉庫提交本地項目文件時,遇到了下列錯誤,很是郁悶
正在推送 1203筆記本
Error: failed to push some refs to 'https://gitee.com/Q010/aotocadnet_development.git'
Error: hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
發布到遠程存儲庫時遇到錯誤: rejected Updates were rejected because the remote contains work that you do not have locally. This is usually caused by another repository pushing to the same ref. You may want to first integrate the remote changes before pushing again.
原來是沒有執行PULL(拉取)操作。
再次執行PUSH成果!