I have been using SourceTree for a while now and it used to work perfectly.
Today I started to receive the below error message when I try to pull form origin:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
error: Could not resolve host: (nil); nodename nor servname provided, or not known while accessing https://myUser@bitbucket.org/myUser/myProject.git/info/refs
fatal: HTTP request failed
Completed with errors, see above
As far as I am aware nothing has changed. Does anybody know how to solve this?
Kinds regareds