0

I've seen this link: TeXstudio / TeXmaker and GitHub which is exactly what I want but I do have an issue:

When I use the scripts they always fail because I cannot put my username and password from git in there... Does someone know how to do it?

Thank you very much, community!

1 Answers1

2

I solved it by making:

git config --global credential.helper cache

And then making a push. After that my pc doesn't require any more info about my username and password so git push works directly without any input.

More info: https://help.github.com/articles/caching-your-github-password-in-git/