Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a pure Go git #103

Open
akhenakh opened this issue Apr 30, 2019 · 3 comments
Open

Using a pure Go git #103

akhenakh opened this issue Apr 30, 2019 · 3 comments

Comments

@akhenakh
Copy link

I've made a fork using https://github.com/src-d/go-git, it supports Github token, and do not require sh anymore.
Since it does not support ssh, it's totally incompatible with caddy-git users base, but maybe a mix of both could be a solution ?

https://github.com/akhenakh/caddy-puregit

@mholt
Copy link
Contributor

mholt commented Jun 27, 2019

This is actually really appealing. What would it take to add SSH support? I don't see anywhere that says go-git doesn't support it; do you mean the puregit repo doesn't yet support it?

@abiosoft
Copy link
Owner

go-git doesn't support it in my quick glance (I may be wrong), you need to use API key instead.

@akhenakh
Copy link
Author

akhenakh commented Jun 27, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants