Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 522 Bytes

New repository 随后来到本地项目,鼠标右击选择Git Bash Here 输入 git init 使用 git add . 添加文件 放入暂存区 git commit -m "first commit"
注意如果出现 git config --global user.email "[email protected]" 和 git config --global user.name "Your Name", 则[email protected]为GitHub邮箱,Your Name为GitHub名字 git branch -M main git remote add scripts-dataset https://github.com/A0268/scripts-dataset.git 最后进行上传 git push -u scripts-dataset main 上传成功,刷新即可