使用http使用用户名和密码进行Git克隆 [英] Git clone using http with user and password

查看:1280
本文介绍了使用http使用用户名和密码进行Git克隆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用git clone http:// user:password@host.com ,但我在添加用户时遇到了一些问题或密码,因为用户正在使用包含其他@的电子邮件,并且密码正在使用esclamation标记(!)



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



这不起作用 - 我尝试了0x21password而不是!密码,但系统不会除此。



任何想法?

$ b $你有没有试过

> http://user%40home.com:!password@host.com/git


I try to use git clone http://user:password@host.com but I have some problems with adding user or password because the user is using email which contains an other @ and password is using an esclamation mark ( ! )

the command looks like http://user@home.com:!password@host.com/git

This is not working - I tried 0x21password instead of !password but the system don't except this.

Any idea?

解决方案

have you tried http://user%40home.com:!password@host.com/git

这篇关于使用http使用用户名和密码进行Git克隆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆