码云的申请与创建










一直下一步到结束。

在创建的存代码的文件夹的空白区域右击选择git bash在刚才的码云库创建成功后的界面粘贴一下代码。

$ git --version

$ git config --global user.name "mayunyiqi"

$ git config --global user.email "1823598202@qq.com"

$ git init

$ git add .

$ git commit -m "前两天的笔记"

$ git remote add origin https://gitee.com/oldboy_python_full_stack_S25/19072625009.git

$ git push -u origin master









如果把与Git创建连接的文件删除以后重新创建文件链路需要进行如下操作

当多次输出时系统会产生一个sep=" ",导致第一行多出来一点

水电费
生活费
书本费
交通费

a=("水电费
")b=("生活费
")c=("书本费
")d=("交通费
")print(a,b,c,d,sep="")
原文地址:https://www.cnblogs.com/python25/p/11402362.html