git-extensions

Git commit signing GPG issue

允我心安 提交于 2019-12-06 12:21:43
I am having the following issue when I am trying to create a commit using Git Extensions and SourceTree "C:\Program Files\Git\bin\git.exe" commit -F "C:\Code\XXX\.git\COMMITMESSAGE" gpg: keyblock resource 'C:/Code/XXX/%appdata%/gnupg/pubring.kbx': No such file or directory gpg: skipped "ZZZZZZZZZZ": No secret key gpg: signing failed: No secret key error: gpg failed to sign the data fatal: failed to write commit object Done My pubring.kbx exists in my %appdata% directory but why is it prefixing the repo path to it? This is on a windows machine FYI. I have this working on another windows machine

“Could not find any relevant repository hosts for the currently open repository”

蓝咒 提交于 2019-12-06 09:06:34
问题 I'm trying to create a pull request for the nuget git repository (which I just did a clone from). I've made a local commit. But when I try to create the pull request I get the following error: Could not find any relevant repository hosts for the currently open repository What does that mean, and how do I fix it? Do I have to fork instead of cloning? If so, what should I do now that I've made changes to the clone? 回答1: A pull request, especially on GitHub, supposed that you have forked a

GIT extensions does not connect to remote but git bash does

核能气质少年 提交于 2019-12-06 06:42:01
I actually connect to a remote repository and can do so using git bash but not using gitextensions . git bash asks me for my password but GIT extensions does not. Does anyone have an idea why this will be the case? This is from GIT bash, which asks for my password whereas the GIT extensions does not ask for my password. $ git pull http://vkaul@stash.int.linz.jumio.com/git/OCR/ocr.git Password for 'http://vkaul@stash.int.linz.jumio.com': Try this: Open the Git Extensions main window Go to Settings -> Settings On the "Checklist", is "Git credential helper is installed" green or red? If red,

How to get GitExtensions installed on Visual Studio 2010 Beta 2?

血红的双手。 提交于 2019-12-06 05:51:33
问题 How do I manually install GitExtensions as a plugin for Visual Studio 2010 Beta 2? There is no automatic option in the present installer, only plugin options for Visual Studio 2005/2008. 回答1: I think the plugin architecture is different for 2010 (not 100% sure on that, but fairly certain), so they might need to alter their code to suit. The plugin's not really necessary though - personally I find it easier to use GIT outside of VS altogether. 回答2: I'm going to try it right now, but it seems

How to include ssh private rsa key when accessing git repo via ssh (gitosis)?

家住魔仙堡 提交于 2019-12-06 03:32:44
问题 At this moment I've got one git repo added through gitosis. The manual i used is http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way I can clone it and push in it via ssh auth with private and public keys (on gentoo), but windows users which are using Git Extensions can not. SSH keys placed in $HOME/.ssh, and ssh asks for a password. Nor password, nor passphrase (from private ssh key) don't match. Redmine needs for a bare repo, so i cloned repo from gitosis on my

Is it possible to set diff/merge-tool for a specific file extension in git-extensions?

不问归期 提交于 2019-12-05 19:37:52
I'm just getting started on developing in LabView, it's all new to me. And i'd like to use git extensions to handle my versioning. Since the source is in a *.vi format, I can't use the normal diff tools, the source is binary. Fortunately, LabView comes with dedicated diff and merge tools which seems to be very helpful. And I can setup TortoiseGit to use these tools on all *.vi files. It's from this how-to: https://www.labviewhacker.com/doku.php?id=learn:software:github:getting_started Is there a way to do the same in Git Extensions? I much prefer git extensions over TortoiseGit.. So I'd rather

Git Extensions stored wrong credentials [duplicate]

南笙酒味 提交于 2019-12-05 00:00:29
This question already has answers here : Remove credentials from Git (28 answers) Closed last year . My username and password were stored somewhere in internals of Git Extensions. After some time it was necessary to give username and password again and I gave wrong pass many times. Now if I want to pull something etc. I receive fatal: Authentication failed . I cannot give new password, it seems to be stored and I don't know how to change it. Is it possible to delete the old credentials? I have 2.51.04 version. I have uninstalled it and install again and it doesnt help me. GitExtensions don't

Can't manage to load my private key with git extension

假如想象 提交于 2019-12-04 17:51:21
问题 I've been trying for the last 2 hours. I'm using xp-dev as a git repository provider (because I'm already paying and I have svn repo over there) I've given xp-dev my public key. But when cloning my repo I a being rejected. "C:\Program Files (x86)\Git\bin\git.exe" clone -v --recurse-submodules --progress "ssh://xp-dev.com/repogit" "c:/ProjetPerso/repogit" Cloning into 'c:/ProjetPerso/repogit'... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you

How to get GitExtensions installed on Visual Studio 2010 Beta 2?

旧城冷巷雨未停 提交于 2019-12-04 09:39:14
How do I manually install GitExtensions as a plugin for Visual Studio 2010 Beta 2? There is no automatic option in the present installer, only plugin options for Visual Studio 2005/2008. I think the plugin architecture is different for 2010 (not 100% sure on that, but fairly certain), so they might need to alter their code to suit. The plugin's not really necessary though - personally I find it easier to use GIT outside of VS altogether. I'm going to try it right now, but it seems that it;s the following package: http://code.google.com/p/gitextensions/ Regards, Herber 来源: https://stackoverflow

How to include ssh private rsa key when accessing git repo via ssh (gitosis)?

放肆的年华 提交于 2019-12-04 08:08:15
At this moment I've got one git repo added through gitosis. The manual i used is http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way I can clone it and push in it via ssh auth with private and public keys (on gentoo), but windows users which are using Git Extensions can not. SSH keys placed in $HOME/.ssh, and ssh asks for a password. Nor password, nor passphrase (from private ssh key) don't match. Redmine needs for a bare repo, so i cloned repo from gitosis on my local machine and moved it to server (redmine + git), then tried to sync like showed here http://www