-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Git clone install is broken #9
Comments
Added You can also use ssh for everything, including the main git clone. |
I'd rather not. It requires either inputting the password for every operation or running an ssh-agent in a terminal window that never closes. And if someone manages to get access to that terminal, the ssh-agent will grant him access to my GitHub with no questions asked. |
If you run |
I'm using |
README command
lacks
--recurse-submodules
. Adding it asks for SSH password, sinceajt_common
submodule uses SSH[email protected]:Ajatt-Tools/ajt_common.git
instead of HTTPS.Fixing this issue is troublesome:
.gitmodules
doesn't allow one to specify a separate push URL, which would've allowed HTTPS for pulls and SSH only for pushes, i.e. automating the first option is not possible.../ajt_common.git
will not work for someone who forked only the addon without forking the submodule.The text was updated successfully, but these errors were encountered: