git在CLI访问远程仓库有两种url
1 | ssh形式:git@github.com:username/reponame.git |
ssh形式
通过ssh访问远程仓库如github,需要设置ssh key pair,设置后做git操作不需要输入github的用户名和密码。所以如果clone仓库时使用的是ssh url,在CLI访问github就是用的ssh密钥对来做身份认证
go 安装cheat 在windows下无法下载包,可以把代理更改下set GOPROXY=https://goproxy.cn,direct
而cheat还是无法运行,见issue:https://github.com/cheat/cheat/issues/571
官网
https://hexo.io/zh-cn/ 看网站底部,似乎该站也是hexo搭建的
1 | git clone https://github.com/theme-next/hexo-theme-next themes/next |
查看这款主题支持哪些插件:查阅themes\next\_config.yml