Just some problems that I have encountered, and how to resolve these issues.
Could not resolve hostname
1 | $ git push |
I found this solution from this problem perfectly solves this issue:
1 | ipconfig /flushdns |
Just some problems that I have encountered, and how to resolve these issues.
1 | $ git push |
I found this solution from this problem perfectly solves this issue:
1 | ipconfig /flushdns |