赞
踩
开发程序需要用到github
首先下载git和vs软件
Git - Downloads
开始上传github自己的项目
点击推送到git服务
文件中打开项目
右键打开git
git init
git add ./
git -m commit 'fir'
git remote add推送远程仓库
git push orign master
上传任务完成。