Loading...
Loading...
GitHub DNS Fix Assistant. Resolve GitHub access issues. Use this skill when users encounter problems such as inability to access GitHub, DNS resolution failure, connection timeout, etc.
npx skill4agent add thincher/awsome_skills github-dns-helperpython3 {{skill_path}}/scripts/fix_github_dns.pypython3 -c "import platform; print(platform.system())"WindowsDarwinLinuxsudo chown $(whoami):staff /etc/hosts
sudo chmod 644 /etc/hostssudo chown $(whoami):$(whoami) /etc/hosts
sudo chmod 644 /etc/hostspython3 {{skill_path}}/scripts/fix_github_dns.py --checkpython3 {{skill_path}}/scripts/fix_github_dns.py -u "https://your-custom-url.com/hosts"python3 {{skill_path}}/scripts/fix_github_dns.py --help