- 分类
- 软件
sublime text3配置
{
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"theme": "Default.sublime-theme",
"update_check": false,
"dark_th
- 2024-04-30
- 423
- 0
- 0
- 66.3℃
sourcetree增加密钥
# cat .ssh/config
Host *
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
# 验证命令
ssh -T git@gitlab.miduchina.com
- 2024-04-30
- 379
- 0
- 0
- 61.9℃