Brian Woo
Brian Woo
I have the same issue but with the Brave browser. I tried using the same proxy in Firefox and it works fine. Chrome also works but it would ask for...
Hi devs, I upgraded Shadowsocks to 5.3.3 today. Using 2022-blake3-chacha20-poly1305 returns an error: "libsslocal exists too fast (exit code: 134). I have tried the 5.3.3 downloaded from GitHub as well...
> Hi devs, I upgraded Shadowsocks to 5.3.3 today. Using 2022-blake3-chacha20-poly1305 returns an error: "libsslocal exists too fast (exit code: 134). I have tried the 5.3.3 downloaded from GitHub as...
I have been using the rust version of Shadowsocks on Android and it has been working very well. Perhaps that an option for you.
Just wanted to add some additional info. On the same device, if I run git within a proot-distro, git can clone successfully. root@localhost:~# git clone [email protected]:termux/termux.github.io.git Cloning into 'termux.github.io'... remote:...
Yep, openssh was installed in Termux and proot-distro (ubuntu). ~ $ apt -qq list openssh openssh/stable,now 10.2p1 arm [installed] root@localhost:~# apt -qq list openssh-client openssh-client/questing,now 1:10.0p1-5ubuntu5 armhf [installed,automatic]
Thanks for looking into it @robertkirkman . I think you are just missing a public key setup on Github. In the meantime, I'll try the gh command to see if...
Unfortunately, that the gh repo clone does not work for me either. ``` ~ $ gh repo clone termux/termux.github.io Cloning into 'termux.github.io'... remote: Enumerating objects: 1378, done. remote: Counting objects:...
The ssh command works for me. I am able to login and get shell access.
I did notice something: If I ssh to GitHub from my phone, I get this extra line that says "Aborted": ``` ~ $ ssh -T [email protected] Hi brianwoo! You've successfully...