-
--- GitExtensions2.46, 1.8.3.msysgit.0, Microsoft Windows NT 6.0.6002 Service Pack 2
I got this exception when attempting to load an SSH key to access a private GitHub repository. I'd just installed …
-
Environment: Windows 7, 64-bit. Visual Studio 2012 Professional.
Procedure:
1. Installed WiX Toolset v3.8.1128.0.
2. Fetched latest origin/release/2.48 branch, hard reset my local to match it identic…
-
Hi all,
Love GitExtensions and don't know what to do with myself now it keeps crashing on start-up.
### What I did:
All I did was add some repos to the dashboard, re-order them and name them and sud…
jrfnl updated
10 years ago
-
When clicking "GitExtension->Tools->Putty->Start authentification agent" popups error message:
System.InvalidOperationException: Cannot start process because a file name has not been provided.
at S…
-
Hello!
I am using msysgit with OpenSSH. I have set up ssh agent to run when I open my Git Bash, so I only need to enter my gitosis passphrase once per login. Would it be possible to integrate Git Ex…
-
originally the code said
$this->wrapper->setPrivateKey('../users/' . $userName . '/id_rsa');
it needs to be changed to
$this->wrapper->setPrivateKey(base_path() . AbstractFileSystem::ROOT . 'user…
-
It should be called like this:
```
$gitCommands->gitRemoteAdd($alias, $url);
```
But currently its method signature is:
```
public function gitRemoteAdd($userName, $project, $alias);
```
-
Ok, so I am getting an exception that git wrapper cannot find the git executable. Here is a screenshot of where the error is occurring in the gitwrapper.php file along with the exception message and h…
-
As developer, when I modify source code and before I save the modification, I want to see the previous diff margins in grey, so that I know that there are not up to date
-
```
$ git apply ./Mono-Projects.patch
error: patch failed: GitExtensions/GitExtensions.csproj:34
error: GitExtensions/GitExtensions.csproj: patch does not apply
error: patch failed: GitExtensions/app.…