1. 程式人生 > >visual studio 團隊管理器 同步 程式碼錯誤記錄

visual studio 團隊管理器 同步 程式碼錯誤記錄

這幾天在熟悉git,gitlab,今天在使用vs2015和vs2012的團隊管理器,除錯把不同的開發人員的開發程式碼同步到git伺服器上。

今天用一個新的developoer使用者在新裝置提取了git伺服器上的程式碼,稍作修改後執行 提交 ,同步 。

在同步時出錯顯示

Errors encountered during push. See the Output window for details.

 

輸出框提示:

The following errors were reported during push:
 refs/heads/master, pre-receive hook declined

 

解決方法:

原因是這個流程還沒理解。

如果用root使用者肯定是可以的。

但是developoer使用者,需要在本地建立分支。然後提交。然後由root來合併

 

後來的做法是:由root在gitlab上面給每個master建立一個branch-dev的分支,給大家提交開發。這個是有許可權的。只是需要在push的時候要指定分支。

git push origin branch-dev