
macOS
WinterMemories
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 如何多个设备使用同一个ssh私钥
将ssh私钥拷贝到/.ssh目录下如果是linux或者是macOS需要更改文件读写权限,方法如下然后就可以正常使用了cd ~/.sshchmod 600 id_rsachmod 644 id_rsa.pub原创 2021-04-20 10:25:04 · 1075 阅读 · 0 评论 -
Homebrew执行命令时出错的解决方案
Admin@ACs-MacBook-Pro ~ % brew install git==> Searching for similarly named formulae...Error: No similarly named formulae found.Error: No available formula or cask with the name "git".==> Searching for a previously deleted formula (in the last mo原创 2021-04-15 19:25:28 · 6423 阅读 · 0 评论