发布时间:2024-09-07 12:01
git clone https://github.com/laiba345/bilibili.git
后面地址就是上面自己新建的仓库地址
报错的话,使用国内镜像即可
npm config set registry https://registry.npm.taobao.org
cd bilibili
输入命令 - 添加bilibili文件夹下面的所有文件 (点前面有空格)
git add .
git commit -m “first commit”:提交信息。(注:“first commit”里面换成你需要的描述,如“第一次提交”)
git commit -m \"first commit\"
git push -u origin master :把本地仓库push到github上面。(注:此步骤需要你输入帐号和密码进行登录)
注意
git push -u origin master