FastGithub icon indicating copy to clipboard operation
FastGithub copied to clipboard

github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题

Results 102 FastGithub issues
Sort by recently updated
recently updated
newest added

**Bug描述** 运行期间弹出来的。 截图: [![LQ94N6.png](https://s1.ax1x.com/2022/04/13/LQ94N6.png)](https://imgtu.com/i/LQ94N6) **软件信息** - 操作系统: [win10-x64] - FastGithub: [v2.1.4]

现在的版本只能代理本机应用,能否为其他主机开放服务以方便其他系统使用?

**Bug描述** ![image](https://user-images.githubusercontent.com/52879214/163116828-1b2300c7-d0cf-4c28-9602-829f34644689.png) **尝试解决** 百度了下,说是把 `/etc/selinux/config` 文件中的 `SELINUX=disable` 改成 `SELINUX=enforcing`,但 `/etc/selinux` 目录下没有这个 `config` 文件(只有一个 `semanage.conf` 文件)。自行创建写入 `SELINUX=enforcing` 和 `SELINUXTYPE=targeted` 重启系统之后启动 FastGithub 服务还是报相同的错误。 **软件信息** - 操作系统: 云服务器 Ubuntu 20.04 LTS-x64 - FastGithub:...

使用`chocolate`、`scoop` 等包管理安装方式

**Bug描述** Bug的详细描述内容 An error occurred trying to start process 'systemctl' with working directory '/root/Projects/fastgithub_linux-x64'. No such file or directory **重现步骤** 1. unzip fastgithub_linux-x64.zip 2. cd fastgithub_linux-x64 3. ./fastgithub start **软件信息**...

**Bug描述** 不开fastgithub的时候会输出设备激活验证码 ![image](https://user-images.githubusercontent.com/15363011/162353923-0941fbb2-865f-4d0c-a5da-43daa0d0fa66.png) 开启后就不会输出了 **重现步骤** 1. 开启fastgithub, 安装github copilot插件,打开vs,不会输出验证码 2. 关闭fastgithub, 打开vs,会输出验证码 **软件信息** - 操作系统: win11 x64 - FastGithub: v2.1.4 - Visual Studio: 2022 v17.1.3

**Bug描述** Bug的详细描述内容 **重现步骤** 1. xxx 2. yyy 3. zzz **软件信息** - 操作系统: [e.g. win10-x64] - FastGithub: [e.g. v2.0.0]

**Bug描述** ## 偶发性问题 使用fastgithub时,linux有时出现无法访问github仓库的静态文件,图片,字体,等等(来自raw.githubusercontent.com域名的静态文件)的情况,,同一个网络下的Windows从未出现此问题 ## 访问github的静态图片,结果无法显示 ![2022-02-28 20-11-39屏幕截图](https://user-images.githubusercontent.com/20037151/155984243-e5536037-23c5-46ba-845e-986eb519339f.png) ![2022-02-28 20-11-56屏幕截图](https://user-images.githubusercontent.com/20037151/155984250-cdb7a3e3-4cd1-4ca5-8545-11e67ee634fc.png) ![2022-02-28 20-27-11屏幕截图](https://user-images.githubusercontent.com/20037151/155984252-f2b5af48-cb1d-49f6-9832-0abf64d6c10f.png) **重现步骤** 1. 运行fastgithub(`sudo ./fastgithub`直接运行或者`sudo ./fastgithub start`以服务方式运行) 2. 访问本仓库静态图片 3. 图片无法正常显示 **软件信息** - 操作系统: linuxmint 20.3(基于ubuntu Focal ,linux kernel...

**Bug描述** 在M1芯片上,使用docker方式安装代理服务,无法启动。 **重现步骤** 1. 下载docker-compose.yml 2. 安装:docker-compose up -d 3. 启动失败 ![截屏2022-03-20 16 39 02](https://user-images.githubusercontent.com/4022953/159154650-3931abc0-b547-4018-99a8-4c0e8cdb5fa5.png) **软件信息** - 操作系统: [M1芯片] - FastGithub: [2.1.4]

能用,但是不知道配置的完善吗 ``` $ cat appsettings/appsettings.googlesource.json { "FastGithub": { "DomainConfigs": { "*.googlesource.com": { "TlsIgnoreNameMismatch": true } } } } ```