Github para Windows 7: falta libeay32.dll

0

Eu sou novo em usar git e github.com. Através de uma máquina Ubuntu, eu criei um repositório no github.com, e eu já me comprometi com isso. Agora, gostaria de usar o código na minha máquina com Windows 7 também. Seguindo as instruções, instalei github for windows 1.3.2.0 do link . O próprio programa começa bem, eu consigo logar como usuário do github e posso criar repositórios locais. No github.com, há uma chave ssh listada com o nome da minha máquina Windows.

No entanto, não posso publicar alterações locais no github.com e também não é possível clonar repositórios existentes (on-line) listados no github for windows.

Quando tento iniciar o processo clone, recebo uma mensagem de erro do git-remot-https.exe: "O programa não pode ser iniciado porque o LIBEAY32.dll está ausente. Reinstale o programa para resolver este problema" (traduzido em Inglês por mim).

Então, o github para windows propts programa "Falha ao clonar o repositório 'RepoName' Por favor, verifique sua conexão com a internet"

Quando tento publicar um repositório local, recebo uma mensagem de erro semelhante e "erro Falha ao publicar este ramo".

Quando tento clonar o repositório remoto por meio de uma concha, por ex. git clone https://github.com/MyUserName/SomeRepo.git , não faz nada. A mensagem "Clonando para 'RepoName'" aparece, sem mensagem de erro, mas também sem alterações na pasta. Em particular, git status não reconhece a pasta como um repositório git.

Eu postei o log abaixo, mas não vejo nada relacionado lá. A única instância de libeay32.dll que posso encontrar está escondida em uma subpasta de pacote de R . Eu instalei o .NET frameworks 4 e 4.5, como recomendado pelo instalador do github.

Esqueci de instalar algo para fazer o github funcionar no windows?

GitHubLog.txt:

2014-04-25 18:59:45.4532|WARN|thread:1|POCOObservableForProperty|GitHub.Models.ChangeLog is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:43:56.3362|WARN|thread:1|LogHost|SuppressChangeNotifications was called (perhaps via AddRange), yet you do not 2014-04-25 18:43:56.3362|WARN|thread:1|LogHost|have a subscription to ShouldReset. This probably isn't what you want, as ItemsAdded 2014-04-25 18:43:56.3362|WARN|thread:1|LogHost|and friends will appear to 'miss' items 2014-04-25 18:43:57.2483|WARN|thread:1|POCOObservableForProperty|GitHub.Views.TwoFactorView is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:43:57.2783|WARN|thread:1|POCOObservableForProperty|GitHub.Views.UndoFlashView is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:43:57.3093|WARN|thread:1|POCOObservableForProperty|GitHub.Views.ShellView is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:43:57.6133|WARN|thread:1|POCOObservableForProperty|GitHub.Views.Controls.OptionsMenu is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:43:58.1933|WARN|thread:1|LogHost|SuppressChangeNotifications was called (perhaps via AddRange), yet you do not 2014-04-25 18:43:58.1933|WARN|thread:1|LogHost|have a subscription to ShouldReset. This probably isn't what you want, as ItemsAdded 2014-04-25 18:43:58.1933|WARN|thread:1|LogHost|and friends will appear to 'miss' items 2014-04-25 18:52:58.4279|WARN|thread:1|POCOObservableForProperty|GitHub.Views.Controls.PushToHostButton is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:52:58.5349|WARN|thread:1|POCOObservableForProperty|GitHub.Views.Controls.RepositoryOptionsMenu is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:52:58.5619|WARN|thread:1|POCOObservableForProperty|GitHub.Views.RepositoryView is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:52:59.0250|WARN|thread:1|POCOObservableForProperty|GitHub.Views.FileDiffView is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:59:45.3592|WARN|thread:1|POCOObservableForProperty|GitHub.Views.Controls.LicenseBrowser is a POCO type and won't send change notifications, WhenAny will only return a single value! 2014-04-25 18:59:45.3892|WARN|thread:1|POCOObservableForProperty|GitHub.Views.AboutView is a POCO type and won't send change notifications, WhenAny will only return a single value!

    
por Roland 25.04.2014 / 19:12

1 resposta

1

Você pode encontrar libeay32.dll como parte da versão do OpenSSL para Windows .

    
por 25.04.2014 / 21:44

Tags