git clone 项目使用用户名密码遇到的问题,如果用户名是邮箱,那么需要把@符号转换为:%40
git clone https://username:password@remote
git clone https://100%40qq.com:123456@aaaa.com/a.git
来源:CSDN
作者:susu1083018911
链接:https://blog.csdn.net/susu1083018911/article/details/103869308