
github
点PY
付费咨询、有偿辅导+扣扣1224425503
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github镜像下载
https://github.com/apache/spark.git替换为https://github.com.cnpmjs.org/apache/spark.git原创 2021-08-26 13:25:35 · 1707 阅读 · 0 评论 -
git bash wget: command not found(WINDOWS)
在windows 安装的 Git bash 无法使用wget命令:Windows中git bash完全可以替代原生的cmd,但是对于git bash会有一些Linux下广泛使用的命令的缺失,比如wget命令。1、下载wget.exe,地址:https://eternallybored.org/misc/wget/2、将wget.exe 拷贝到C:\Program Files\Git\mingw64\bin\ 下面...原创 2021-07-21 19:27:19 · 1222 阅读 · 2 评论 -
git基本命令
git add .git commit -m “information”git push原创 2021-01-01 15:19:39 · 352 阅读 · 0 评论 -
如何在github上传本地项目代码
https://blog.youkuaiyun.com/Jackson23333/article/details/81315474转载 2019-09-05 16:17:16 · 160 阅读 · 0 评论