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

the git push problem #28

Open
ongardie opened this issue Sep 21, 2022 · 1 comment
Open

the git push problem #28

ongardie opened this issue Sep 21, 2022 · 1 comment

Comments

@ongardie
Copy link
Owner

How should users push from their dev environments when those probably don't have an SSH key/agent? And similar for git fetch of private repos. Right now I run my git push from outside the dev environment.

It doesn't look like GitHub supports fine-grained access control for SSH keys (at least for personal accounts).

Git has core.gitProxy and core.sshCommand (see https://git-scm.com/docs/git-config), which could probably be used with a local proxy.

@ongardie
Copy link
Owner Author

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

1 participant