not able to clone github repo using sourcetree. but able to download from anypoint studio
@Barun Bairagi welcome to the Atlassian community
Here is a response from stack from someone with the same issue.
Yes, I had the same problem on one of the computers, but it worked on the others.
The problem is in the proxy and solved in the following way:
cmd C:\Users\YourUserName\AppData\Local\Atlassian\SourceTree\git_local\bin
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global --unset core.gitproxy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.