码迷,mamicode.com
首页 > 其他好文 > 详细

利用git向github上远程提交一个自己的开源项目

时间:2014-10-24 18:34:10      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   div   on   log   

1.在电脑的系统变量中的path路径中配置git的环境变量:

        找到git安装路径中bin的位置,如:X:\Git\bin

        找到git安装路径中git-core的位置,如:X:\Git\libexec\git-core;

        然后将这两个路径配置到系统变量的path中即可

2.打开命令行(cmd+enter),将目录切换到项目目录:例如:D:\>cd D:\wps_github\LoopLinearViewItem,然后点击enter

3.然后输入如下命令并点击enter

D:\wps_github\LoopLinearViewItem>git remote add origin https://github.com/ywtony
/LoopLinearViewItem.git

4.输入如下命名:代码就开始远程上传到github了。

D:\wps_github\LoopLinearViewItem>git push -f

5.刷新github上的项目主页就能够看到你上传的代码了。嘎嘎

利用git向github上远程提交一个自己的开源项目

标签:style   blog   http   color   ar   sp   div   on   log   

原文地址:http://www.cnblogs.com/tony-yang-flutter/p/4048618.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!