https://{ username }:{ password }@ xxx .com
例如:
https://zhangsan:123456@github.com  

  

git clone  https://{ username }:{ password }@gitee.com/123.git

  如果账号是邮箱 @符号需要转译 %40

git clone  https://test%40163.com:123456@gitee.com/123.git

  

百分号编码后保留的字符:

! # $ & ' ( ) * + , / : ; = ? @ [ ] 
%21 %23 %24 %26 %27 %28 %29 %2A %2B %2C %2F %3A %3B %3D %3F %40 %5B %5D 

  

相关文章:

  • 2021-07-11
  • 2021-09-02
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-08-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-12-25
  • 2021-09-28
相关资源
相似解决方案