1.打开码云 2.登录码云3.点击创建仓库4.点击初始化仓库并且复制仓库的https地址5.在python代码目录下,打开终端6.git clone 仓库地址7.git status8.git add .9.git commit -m 's'10.git push