登入  |  English
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。
討論區
如何用 openfoundry gitweb (1 位瀏覽者) (1) Guest
Go to bottom Favoured: 10
TOPIC: 如何用 openfoundry gitweb
#878
如何用 openfoundry gitweb 2014/01/08 08:22  (5 Years, 10 Months ago) Karma: 0  
建立完 GIT 專案
git clone ok
git push fail
chihming (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#879
Re:如何用 openfoundry gitweb 2014/01/08 10:37  (5 Years, 10 Months ago) Karma: 0  
您好:
請問您clone是使用https嗎?
如果使用http,請修改./git/config/ 中的 [remote "origin"]。

也有檢查到帳號驗證部份的問題,目前已修正,再煩請您確認,謝謝。
wangaguo (User)
Junior Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#881
Re:如何用 openfoundry gitweb 2014/01/08 13:37  (5 Years, 10 Months ago) Karma: 0  
use
git push origin master
it is init ok
chihming (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#882
Re:如何用 openfoundry gitweb 2014/01/08 14:40  (5 Years, 10 Months ago) Karma: 0  
是的,新的git repos第一次push 必需指定
$ git push origin master
也增加了說明於 “專案選單->版本控制->存取方式“ 中,如下連結:
www.openfoundry.org/of/projects/2413/vcs_access
wangaguo (User)
Junior Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
Go to top