type
status
date
slug
summary
tags
category
icon
password
😀
最近在windows下开发程序,git clone的时候一直报错
 

📝 错误日志

 

🧐 原因

在Windows下输入 Ctrl+Shift+V会在命令行中添加\226代码,导致出现问题

🤗 解决方法

  1. 右键单击Git Bash标题栏
  1. 点击Options→Keys,在Shortcuts一栏中选中 Ctrl+Shift+letter shortcuts
  1. 点击Apply→Save
按照上述操作,问题就解决了

📎 参考文章