Counting objects: 14, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (14/14), 1.40 KiB | 0 bytes/s, done.
Total 14 (delta 10), reused 0 (delta 0)
remote: Resolving deltas: 100% (10/10)
remote: Branch refs/heads/master:
remote: You are not allowed to perform this operation.
remote: To push into this reference you need 'Push' rights.
remote: User: ****
remote: Please read the documentation and contact an administrator
remote: if you feel the configuration is incorrect
remote: Processing changes: refs: 1, done
To ****
! [remote rejected] master -> master (prohibited by Gerrit: ref update access denied)
error: failed to push some refs to '****'
需要執(zhí)行 git config remote.origin.push refs/heads/*:refs/for/*
git push失?。簆rohibited by Gerrit: ref update access denied
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
相關閱讀更多精彩內容
- 近年來,由于開源項目、社區(qū)的活躍熱度大增,進而引來持續(xù)集成(CI)系統(tǒng)的誕生,也越發(fā)的聽到更多的人在說協(xié)同開發(fā)、敏...
- 首先確定電腦安裝了git 輸入git會產生提示: 如果沒有安裝,那么就網上搜索下載完成安裝. 可以使用命令行安裝,...