summaryrefslogtreecommitdiff
path: root/doc/bugs/Uninstalling_removes_libcrypto.dll.mdwn
blob: 642bcef8b55645b1afefa3a5e841763140137641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### Please describe the problem.
Just feedback to you:
After I uninstalled git-annex (Windows), traditional git was not able to push changes to an origin server via ssh.
Instead I got an error "libcrypto.dll is missing".
Installing git once again after uninstalling git-annex solved the problem.

### What steps will reproduce the problem?
Installing and uninstalling git-annex.

### What version of git-annex are you using? On what operating system?
File "git-annex-installer.exe" downloaded 2014-11-09.
Windows 8.

### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]

> [[fixed|done]]; git-annex no longer includes its own ssh, and uses the
> one from msysgit. --[[Joey]]