fix
This commit is contained in:
parent
74169221a3
commit
9cdd101cc7
|
@ -36,7 +36,7 @@
|
||||||
<p>git add .</p>
|
<p>git add .</p>
|
||||||
<p>git commit -m "first commit"</p>
|
<p>git commit -m "first commit"</p>
|
||||||
<p>git config http.postBuffer 524288000 #设置本地post缓存为500MB</p>
|
<p>git config http.postBuffer 524288000 #设置本地post缓存为500MB</p>
|
||||||
<p>git push -u origin master:matser</p>
|
<p>git push -u origin master:master</p>
|
||||||
</div>
|
</div>
|
||||||
</h3>
|
</h3>
|
||||||
<h3>从网上获取别人的开源版本库,转交到trustie网站上,打开命令行执行如下:</h3>
|
<h3>从网上获取别人的开源版本库,转交到trustie网站上,打开命令行执行如下:</h3>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<p>git add .</p>
|
<p>git add .</p>
|
||||||
<p>git commit -m "first commit"</p>
|
<p>git commit -m "first commit"</p>
|
||||||
<p>git config http.postBuffer 524288000 #设置本地post缓存为500MB</p>
|
<p>git config http.postBuffer 524288000 #设置本地post缓存为500MB</p>
|
||||||
<p>git push -u trustie master:matser</p>
|
<p>git push -u trustie master:master</p>
|
||||||
<p><%= link_to "李海提供", user_path(646)%></p>
|
<p><%= link_to "李海提供", user_path(646)%></p>
|
||||||
</div>
|
</div>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in New Issue