Just curious if there's a way to have your credentials saved in the Version Control panel so you don't have to type them in every sync.
Save Credentials in Version Control
#1

Posted 01 Sep 2018 and edited 06 Sep 2018
#2
Posted 05 Sep 2018
Hi Mark,
Thank you for your question.
If Git prompts you for a username and password every time you try to interact with GitHub, you're probably using the HTTPS clone URL for your repository.
Using an HTTPS remote URL has some advantages: it's easier to set up than SSH, and usually works through strict firewalls and proxies. However, it also prompts you to enter your GitHub credentials every time you pull or push a repository.
You can configure Git to store your password for you. If you'd like to set that up, read all about setting up password caching.
If you would have any other questions or suggestion, please let me know - I'll be happy to assist.
Thank you and have a nice day!
TWS Team
#3
Posted 05 Sep 2018
Thanks - that is helpful!
#4
Posted 06 Sep 2018
Hi Mark,
Thank you for your quick update!
I'm happy that you can continue to work on your TWS project.
If you would have any other questions, please let us know - we will be happy to answer them and assist you.
Regards,
Ihor
TWS Team