I am new to tortoise git and using for my Github enterprise. When I try to commit my files from Tortoise git , it works but when I try to push it throws me the below error
remote: Password authentication is not available for Git operations.
remote: You must use a personal access token or SSH key.
remote: See https://github.********.com/settings/tokens or https://github.******.com/settings/ssh fatal: unable to access 'https://github.ford.com/****/****.git/':
The requested URL returned error: 403
I get the same error when I try to clone. I can only commit files.
But when i try using with a sample github.com instead of enterprise, all works fine. Please advice me on this.
If i need to set up anything for authentication guide me as well