1荣月、在D盤根目錄下創(chuàng)建一個空文件夾
2岗憋、在https://code.aliyun.com/projects下創(chuàng)建一個新的項目spy
3烟逊、在本地D盤根目錄下 鼠標右鍵git bash(前提要先按照好git)
4、在里面依次輸入如下命令
git clone https://code.aliyun.com/xxxx/spy.git
ls -ah
cd spy/
在spy的目錄下將程序文件拷貝過來
輸入命令? git add spy.c
git commit -m "first version"
git push -u origin master