Git克隆使用http与用户和密码

Ber*_*aus 6 git http

我尝试使用git clone http:// user:password@host.com但是我在添加用户或密码方面遇到了一些问题,因为用户使用的是包含其他@的密码,而密码正在使用一个标记(!)

该命令看起来像http://user@home.com:!password@host.com/git

这不起作用 - 我尝试使用0x21password而不是!密码,但系统不会这样做.

任何的想法?