We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
##As an alternative to typical SSH auth, we'd have use for authentication via a cookie file.
This engages the http.cookiefile option of git config.
git config
More specifically, we'd like to do so in the context of the git-sync package, which sets the http.cookiefile via the command: (see line 679)
git config --global http.cookiefile [PATH/TO/COOKIEFILE]
Is there current support for this?
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
##As an alternative to typical SSH auth, we'd have use for authentication via a cookie file.
This engages the http.cookiefile option of
git config
.More specifically, we'd like to do so in the context of the git-sync package, which sets the http.cookiefile via the command: (see line 679)
Is there current support for this?
Thank you!
The text was updated successfully, but these errors were encountered: