摘要: 打开vim输入:g/^$/d 阅读全文
posted @ 2020-09-07 15:11 qiynet 阅读(257) 评论(0) 推荐(0)
摘要: 进入vim的命令行模式输入 :%s/\r//gc 同理:如果出现^V则用:%s/^V//gc替换 阅读全文
posted @ 2020-09-07 15:10 qiynet 阅读(195) 评论(0) 推荐(0)
摘要: fatal: cannot use /home/ as an exclude file 例子: warning: unable to access 'C:/Program Files (x86)/Git': Permissio fatal: cannot use C:/Program Files ( 阅读全文
posted @ 2020-09-07 09:50 qiynet 阅读(459) 评论(0) 推荐(0)
跳至侧栏