摘要:
Host 192.168.233.130 HostName 192.168.233.130 User root Port 22 IdentityFile C:\\Users\\username\\.ssh\\id_rsa 或者IdentityFIle设置双引号,则不用双反斜杠也可以。 Host 19 阅读全文
摘要:
最近发现1.97.2版本的vscod通过ssh连接可能会有问题,建议使用1.85.2或者以前的版本,亲测可以 参考:https://blog.csdn.net/m0_57298796/article/details/136006646 写的比较好:https://zhuanlan.zhihu.com 阅读全文
摘要:
参考文档:https://www.cnblogs.com/wutou/p/17585668.html git config credential.helper 记住保存账号密码、关闭取消密码自动存储 git 记住账号密码: 说明: Git支持多个配置文件,包括全局配置文件、系统配置文件和仓库配置文件 阅读全文