SmartBear / ready-git-plugin

The Git Integration plugin for ReadyAPI
8 stars 3 forks source link

Git plugin issues #12

Open keyjm opened 8 years ago

keyjm commented 8 years ago

1) When I ever I try to share the project or commit changes it asks to enter bitbucket username/password everytime. How do I avoid that? I don't want to enter my username password everytime. 2) When the project is checked in it sends the user name as "John Doe" and not my actual name. How do I change the name?

prakashmrec commented 8 years ago

1) It saves credentials in memory for the session if the authentication is successful, which means you have to enter again if you restart Ready! API. It doesn't persist credentials, so as of now there is no way to save them across restarts.

2) Plugin picks up the name from git config, so please update your name in git settings: https://help.github.com/articles/setting-your-username-in-git/