Sunday, January 2, 2022

Fatal: unable to access ‘https://github.com/mdjabed1/developer-portfolio.git/’:Could not resolve host: github.com







সমাধানঃ এই সমস্যাটি --unset ফ্ল্যাগ ইউজ করে সমাধান করা যাবে। নিম্নে বর্ণিত স্টেপ গুলো ফলো করে সমস্যাটি করা যাবেঃ

১. পিসি/ল্যাপ্টপ রিবুট/রিস্টার্ট দিন।

২. পিসিতে নেট কানেকশন দিন।

৩. তারপর এই ২টি কমান্ড যথাক্রমে দিনঃ

git config --global --unset http.proxy

git config --global --unset https.proxy

এরপর git push যথাযথ ভাবে কাজ করবে।


No comments:

Post a Comment

Time complexity banter with software engineers

  As much as the name of software engineer sounds fancy, its work is also very complicated. A problem can be solved in many ways. But it is ...