
工具
<?php?>
改变世界前,先改变自己!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows打开hyper-v
windows打开hyper-v %windir%\System32\mmc.exe "%windir%\System32\virtmgmt.msc"原创 2021-07-08 10:39:29 · 512 阅读 · 0 评论 -
国内镜像
1.企业贡献: 搜狐开源镜像站:http://mirrors.sohu.com/ 网易开源镜像站:http://mirrors.163.com/ 首都在线科技股份有限公司:http://mirrors.yun-idc.com/ 2.大学教学: <1>镜像较多内容: 西安电子科技大学: ftp://linux.xidian.edu.cn 哈尔滨工业大学: http://run.hit.edu.cn/ 大连理工大学: http://mirror.dlut.edu.cn/ 北京理工大学: http:/原创 2020-11-03 15:04:43 · 536 阅读 · 0 评论 -
Git基础之远程仓库
同步到GitHub 1、在GitHub创建远程仓库,已有仓库可忽略这一步 2、本地开启Git Bash,配置Git,已配置可忽略这一步 3、本地生成ssh公钥 ssh-keygen -t rsa -C "邮箱地址" 运行该命令后公钥默认放在~/.ssh/文件夹里 id_rsa.pub文件为公钥 4、将公钥放到自己的GitHub账户上 位置:头像->Settings->SSH and GPG keys 5、克隆远程仓库 在Git Bush中运行 git remote add origin "仓原创 2020-05-12 10:56:03 · 132 阅读 · 0 评论