This commit is contained in:
xianbo 2014-04-14 15:51:43 +08:00
parent 762386b56d
commit 7ae55c1ec8
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
:class => 'repository' + (repo == @repository ? ' selected' : '')
}.join('&nbsp|&nbsp').html_safe %>)</p>
<% else %>
<h3>版本库请设置好正确的编码方式utf-8否则中文对比会出现乱码</h3>
<h3>项目代码请设置好正确的编码方式utf-8否则中文会出现乱码</h3>
<h3>建立版本库文件夹,打开命令行执行如下:</h3>
<div class="repos_explain">
<p>git init</p>
@ -45,6 +45,7 @@
<p>git add .</p>
<p>git commit -m "first commit"</p>
<p>git push -u trustie master:matser</p>
<p><%= link_to "李海提供", user_path(646)%></p>
</div>
<% end %>
</h3>