techknowlogick 33ad554800 update go-git to v4.12.0 - fixes #7248 (#7249) | 5 years ago | |
---|---|---|
.. | ||
.gitignore | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
pageant_windows.go | 6 years ago | |
sshagent.go | 6 years ago | |
sshagent_windows.go | 6 years ago |
Create a new agent.Agent on any type of OS (so including Windows) from any Go application.
When compiled for Windows, it will only support Pageant as the SSH authentication agent.
Big thanks to Давид Мзареулян (David Mzareulyan) for creating the go-pageant package!
If you have an issue: report it on the issue tracker
Sander van Harmelen (sander@xanzy.io)
The files pageant_windows.go
and sshagent_windows.go
have their own license (see file headers). The rest of this package is licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0