I have miniconda terminal and git bash installed on my local machine. Today, I tried git clone
and git push
on my miniconda terminal, and none of them worked. All of them returned a message saying support for password authentication is removed
, authentication failed for <repo>.git
which does not make sense because I used personal access token.
None of online articles gave me a solution, but when I tried same commands on git bash, everything worked fine.
Does anyone know why I could not use the commands on miniconda? What do I have to do to use these commands on miniconda terminal?