FastGithub
FastGithub copied to clipboard
linux怎么设置
我在bashrc和/etc/profile中都设置了,source后重新启动软件并没有作用,请问要怎么设置“设置系统自动代理为http://127.0.0.1:38457,或手动代理http/https为127.0.0.1:38457”呢。 使用“sudo ./fastgithub start”后汇报错“chcon: can't apply partial context to unlabeled file ‘/home/soft/fastgithub_linux-x64/fastgithub’ 2022-04-24T17:58:42.2614244+08:00 [INF”,请问这个要怎么解决呢
我也遇到了同样的问题,请问你解决了吗
我用最新的 2.1.4 版,修改了 /root/bashrc,加入下面的两行以后,启动 fastgithub 即可。 export http_proxy="127.0.0.1:38457" export https_proxy="127.0.0.1:38457"
不过,好像有点间歇性抽风?