When I attempt to do a PUSH from Team coding in Toad, I get an error. I’ve tried to find documentation about what I’m missing so I can fix this problem myself, but can’t seem to locate current documentation. Can you point me in the right direction?
Here is the error message:
09:22:11 Error: Failed to update remote repository. Error: fatal: HttpRequestException encountered. An error occurred while sending the request. fatal: HttpRequestException encountered.
An error occurred while sending the request. bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code 1) fatal: could not read Username for ‘https://github.com’: No error
Thank you!
Blessings,
Phyllis
–
Phyllis Helton
Data Magician
Security Gestapo
Digital Products & Strategies, Cru | Data Sciences & Analytics
Office
407-515-4452
phyllis.helton@cru.org

Hey Phyllis,
In order to use Pull and Push operations in Toad with Git, you’ll need to enable Git’s credential manager. This Git plugin, written by Microsoft, will handle prompting for your username and password and store them encrypted in Windows’ Credential Manager. This plugin is already included in Git clients 2.7.3 and higher. If you’re using an older version of the Git client, you’ll need to install the plugin yourself from:
https://github.com/Microsoft/Git-Credential-Manager-for-Windows
To enable Git’s credential manager, go to the DOS prompt and type:
C:> git config --global credential.helper manager
-John
Thank you so much! That did the trick.
On Fri, Mar 16, 2018 at 10:22 AM, John Bowman bounce-jbowman@toadworld.com wrote:
RE: Making Push work for Team Coding
Reply by John Bowman
Hey Phyllis,
In order to use Pull and Push operations in Toad with Git, you'll need to enable Git's credential manager. This Git plugin, written by Microsoft, will handle prompting for your username and password and store them encrypted in Windows' Credential Manager. This plugin is already included in Git clients 2.7.3 and higher. If you're using an older version of the Git client, you'll need to install the plugin yourself from:
https://github.com/Microsoft/Git-Credential-Manager-for-Windows
To enable Git's credential manager, go to the DOS prompt and type:
C:> git config --global credential.helper manager
-John
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or Unsubscribe from Toad for Oracle - Beta Forum notifications altogether.
Toad for Oracle - Beta Discussion Forum
Flag this post as spam/abuse.
--
Phyllis Helton
Data Magician
Security Gestapo
Digital Products & Strategies, Cru | Data Sciences & Analytics
Office
407-515-4452
phyllis.helton@cru.org
