git - Xcode 7 报错 GIT 认证失败

标签 git xcode7

当尝试推送 git 存储库时,我收到用户名和密码错误,但在 Xcode 6.4 版本中从未出现过此问题。

error repo

最佳答案

这似乎是 Xcode 中的一个错误。您可以通过更改地址以包含您的用户名来绕过它,例如,

http://victor@192.168.1.33/...

然后正常输入密码

关于git - Xcode 7 报错 GIT 认证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32702195/

相关文章:

iOS iPhone 应用程序无法在 iPad 上填满屏幕

ios - 使 UITextView 变小的约束

ios - 尝试 segue 后呈现的 TabBarController 消失

git - 您首先要教的最基本的 git 命令集是什么?

git - 如何使用 oAuth token 创建 bitbucket 存储库?

git - 使用 git rev-list 排除一个分支,但与包含的分支保持共同的祖先

ios - UISearchController - 警告 : Attempt to dismiss from view controller while a presentation or dismiss is in progress

git - 使用 `git merge` 选项传递自定义消息时保留自动 `-m` 消息

Git:如何防止特定提交被 merge 到另一个分支?

ios - 嵌入 UINavigationController 时如何处理 UIView 区域减少的问题