I have generated personal token on github and entered it in password field successfully, but when I try to fetch from my repo sourcetree throws me following error:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags Room
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/daisoto/room.git/': The requested URL returned error: 403
I have tried deleting my accounts from sourcetree and logging in again, but I still receive this error.
However, if I use console there is no error. Is proves that there is some error or my mistake in using sourcetree account managament.