自前のサーバーにGitリポジトリを作成,eclipse更新,git和redmine连携

第一步 搭建git服务器。

https://qiita.com/laineus/items/d61e004545ef0ef0b004

按上记设定OK

但是sudo vi /etc/httpd/conf.d/hoge.conf是按下面配置的,所以可以按xxxx.com/xxxxx方式访问。

<Location /xxxxx>
PassengerBaseURI /xxxx
PassengerAppRoot /var/www/html/xxxx
</Location>

第二步 在eclipse上通过ssh建立git repository

在preference里的ssh2中引入ssh用私有key,然后按如下方式输入

ssh://userid@ainbowdevil.jp/home/hoge/repo

并注意ssh端口号不是默认的话,就要设置正确。

第三步 把本地工程提交到git 管理

工程选中=>右クリック=>share project=>gitを選択

第四部 将git和redmine连携,实现git提交redmine管理番号的履历在redmine中可以看到

http://zaka-think.com/linux/ubuntu/redmine-git/

Tags:

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注