Posts with tag github

kex_exchange_identification: Connection closed by remote host

2024-05-06
github

kex_exchange_identification: Connection closed by remote host??? info "Problem environment"- expected environment: unixDetails of the problem / Steps to reproduce the errorSome time when you try to connect to github, you may get this error:kex_exchange_identification: Connection closed by remote hostTLDRAdd this to your ~/.ssh/config:Host github.com Hostname 20.200.245.248 Port 443What I've done before the problem is solved (don't know which one worked):Close clash for windowscancel http_proxy and other proxy ports in shell config file (config.fish) and ~/.gitconfigdelete all content in ~/.ssh/known_hostsref: https://github.com/orgs/community/discussions/55269, use ssh -Tv -p 443 [email protected], or add this to ~/.ssh/config:Host github.com Hostname 20.200.245.248 Port 443verified on 24/5/28, for a new user on Ubuntu, adding this content to config is useful. verified on 24/7/24, worked for wsl when suddenly can't connect git by cli.Post testreopen clash for windows: still ok to sshgit clone: okgit pull and push: ok24.9.27windows 上和 wsl2 中无法访问阿里云服务器 sshsolve: 关闭了 Clash Verge 的服务模式(未关闭 tun)solve2: 开启服务模式 + TUN 并选择直连也可以。这台机子如果不开 TUN, wsl2 的网速异常龟速,即使 win 内的网速正常

No-rule-to-make-target-NvFlexReleaseCUDA_x64.a

2023-09-15
cloth-funnelsgithubreal-stanford

编译报错[ 42%] Building CXX object CMakeFiles/pyflex.dir/workspace/cloth-funnels/PyFlex/core/mesh.cpp.o make[2]: *** No rule to make target '/workspace/cloth-funnels/PyFlex/lib/linux64/NvFlexExtReleaseCUDA_x64.a', needed by 'pyflex.cpython-39-x86_64-linux-gnu.so'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 47%] Building CXX object CMakeFiles/pyflex.dir/workspace/cloth-funnels/PyFlex/core/perlin.cpp.o这是因为 Pyclex 子仓库的 lib 文件夹和 external 文件夹有丢失。https://github.com/columbia-ai-robotics/flingbot从上面这个链接里 Pyflex/lib 和 external 文件夹拷贝过来就可编译成功了。编译成功日期:2023.9.14uname 结果:Linux julyfun-Lenovo-XiaoXinAir-14IIL-2020 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux显卡:MX350git-sha: 1fb231e0633b0603eb940aec130ab903e41c2d0

no-gl-h

2023-09-15
cloth-funnelsgithubreal-stanford

FaultIn file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.cpp:28: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.h:50:10: fatal error: GL/gl.h: No such file or directory 50 | #include <GL/gl.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/pyflex.dir/build.make:271: CMakeFiles/pyflex.dir/opengl/shader.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/imguiRenderGL.cpp:25: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shader.h:50:10: fatal error: GL/gl.h: No such file or directory 50 | #include <GL/gl.h> | ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/pyflex.dir/build.make:258: CMakeFiles/pyflex.dir/opengl/imguiRenderGL.cpp.o] Error 1 In file included from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/../../external/glad/src/glad_egl.c:160, from /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/shadersGL.cpp:39: /home/xuehan/Documents/GitHub/real-stanford/cloth-funnels/cloth_funnels/PyFlex/bindings/opengl/../../external/glad/src/../include/glad/glad_egl.h:199:10: fatal error: EGL/eglplatform.h: No such file or directory 199 | #include <EGL/eglplatform.h>Solsudo apt install freeglut3-de

No more posts to load.