Madman-Long

Atom记录

Git

Atom默认自带Git,命令行启动,需要自己添加环境变量,同时默认安装的其他命令行工具很丰富,唯独缺少ssh-keygen,需要自己下载

Git:C:\Users\zhuyulong\AppData\Local\atom\app-1.20.1\resources\app\node_modules\dugite\git\mingw64\bin

SSH:C:\Users\zhuyulong\AppData\Local\atom\app-1.20.1\resources\app\node_modules\dugite\git\usr\bin

配置远程仓库

ssh-keygen -t rsa -C "youremail@example.com"

会报错 Could not create directory \'//.ssh\'.

原因:环境变量中没有HOME变量,设置为 HOME:C:\Users\username

https://www.liaoxuefeng.com/

参考以上网站教程配置远程仓库。

快捷键

  • ctrl + shift + P

全局搜索命令,部分带有快捷键。

分类:

技术点:

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-04-25
  • 2022-01-16
  • 2022-01-04
  • 2022-12-23
猜你喜欢
  • 2021-06-30
  • 2021-05-29
  • 2021-09-29
  • 2021-10-22
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案