Zimgineering / repoBuddy

A plugin for the RebornBuddy MMO bot to automatically update accessories from repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Proxy hardcoded in line 264, repoBuddy.cs will cause error

hannesgao opened this issue · comments

repoUrl = repoUrl.Replace("github.com", "github.com.cnpmjs.org"); //may cause uri conflicts

Line 264, when RBCN user uses RBCN overseas or not with China IPs, the Github Proxy hardcoded in this line will cause error.
Looks like the URL of this proxy is not up-to-date and can not be resolved.

Removed the proxy, please use a VPN in its place.

Thanks for the report!