共 1 篇文章
- Git Vscode
R 转 Visual Studio Code(vscode) git的使用 匿名 发布于 2018-12-29 09:03:00 71
1.创建一个github账号 2.在vscode中执行命令 echo "# C-Tests" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/h
-
分类: