[SourceTree] - 提交代码失败 "git -c diff.mnemonicprefix=false -c core.quotepath=false" 之解决

背景

使用 SourceTree 提交代码失败,尝试了重装 SourceTree 和 Git 问题依旧。

错误信息

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin DEV:DEV
fatal: unable to access ‘https://bitbucket.org/xxxxxx/spread-talent-system.git/‘: Received HTTP code 404 from proxy after CONNECT
Pushing to https://[email protected]/xxxxxx/spread-talent-system.git
完成时带有错误,见上文。

解决

在 "工具 / 选项 / 网络" 中,将 "向 Git / Mercurial 配置文件中添加代理服务器信息" 取消选中,即可。

参考资料

https://my.oschina.net/yycs/blog/914900

原文地址:https://www.cnblogs.com/jinzesudawei/p/11300102.html

时间: 2024-11-10 05:43:45

[SourceTree] - 提交代码失败 "git -c diff.mnemonicprefix=false -c core.quotepath=false" 之解决的相关文章

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --no-commit origin dev From https://git.oschina.net/**

windows提交代码到git仓库

进入git bash git config --global user.name '仓库名' git config --global user.email '[email protected]' git clone https://github.com/c-y-q/test001.git 修改文件内容 git status git diff git add . (或者指定文件名字) git push ,很有可能报错: 执行: git remote add master https://githu

Git-简单的利用SourceTree提交代码

Git-简单的利用SourceTree提交代码 解决办法: 小编也是新手,所以在使用SourceTree上面花了不少时间,好在简单的拉去远程代码,同步本地仓库代码搞定了.下面是步骤: 1.我们先去下载一个SourceTree然后打开. 2.下一步,我们需要用SourceTree在本地创建一个本地仓库. 点击New Repository 等待一小会 把代码 拷贝下来. 3.下一步,我点    双击本地仓库.(PS 不知道为啥,博客园这编辑器太卡了,实在受不了了) 4.下一步,首先点击setting

intellij 提交代码到git

1.配置git 2.create git repository 3.git-->add commit Directory 4.提交代码 git remote add origin https://github.com/lujianing/ueditor.git git push -u origin master 注意:如果报错-->先fetch再merge-->push

快速提交代码到git.oschina.net之设置.gitignore

大家都知道 新建一个 Git 项目的时候 会有一个配置文件叫 .gitignore ,如图所示 这个文件是干嘛的呢? 这就是今天的主角,它的作用是提交你的项目.工程文件时,设置要忽略的一部分文件或文件夹的规则,从而 避免 提交一些不必要的文件比如 .classpath,settings目录等的东西到代码仓库,给其他开发人员 同步代码的时候 由于这些 .classpath,settings 等和之前设置不一样 带来的麻烦. 这里以 http://git.oschina.net/Gelopa/Mic

android studio提交到开源git时出现:fatal: refusing to merge unrelated histories的解决办法

创建本地库和fetch远程分支这些前面的步骤这里略过.可以自行百度. 解决办法: 1.cmd进入项目的根目录. 2.执行下面的命令:git pull origin master --allow-unrelated-histories.可以提交成功. 3.再次push. 有其它的好办法,欢迎建议. 原文地址:https://www.cnblogs.com/xiangxinhouse/p/8254120.html

git提交代码

首先在github上面建立一个叫test的仓库 然后 如上图,分别创建两个文件夹test1 和 test2 并且使用同样的步骤进行初始化 git pull origin master //这个pull其实就是fetch命令和merge的结合体 拉取github上的代码 然后各自修改相同的文件(这里假设文件名叫做a)进行提交 假设test2先提交,test2的操作步骤是这样的 修改了a后 上面给a这个文件添加了test2 commit git add a git commit -m 'test2

git使用(一):如何创建一个工程、提交代码

1. 在git server端如何创建一个工程 (1) su git (2) mkdir linux-git.git (3) cd linux-git.git (4) git init --bare (5) exit 2. 在clinet端如何clone.提交代码 (1) git clone [email protected]:/home/prj_git/linux-git.git (2) cd linux-git (3) cp ../linux-3.18.3 ./ -rf (4) git ad

如何向OpenStack提交代码(详细步骤)

1. 创建一个 Launchpad(https://launchpad.net/openstack  )账号,加入OpenStack社区. 2. 在(https://www.openstack.org/profile  )上注册账号(这里的账号与1.中的账号,邮箱应该一致),并成为Foundation Member(否则后面提交会出现问题). 3. 进入(https://review.openstack.org  ),登陆. 4. 进入(https://review.openstack.org/