bitbucket初次使用
生活随笔
收集整理的這篇文章主要介紹了
bitbucket初次使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
申請賬號以后(需要翻墻或者vpn),然后新建一個python的repository
git clone https://appleyuchi@bitbucket.org/appleyuchi/python.git
cd pythonecho "# My project's README" >> README.md
git add README.md
git commit -m "Initial commit"
git push -u origin master
Password for 'https://appleyuchi@bitbucket.org': 輸入自己密碼,這個密碼就是登錄密碼 創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎
總結
以上是生活随笔為你收集整理的bitbucket初次使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 中文高频词汇统计并绘制词云
- 下一篇: nltk英文词性标注