Replies: 1 comment
-
|
VMR_CD_INIT是cd命令定制的标记,如果去掉,则每次source都会去定制cd命令,导致出现问题。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
系统环境:Debian GNU/Linux 12 (bookworm)
应该是卡在这个 if
if [ -z "${VMR_CD_INIT}" ]; then
VMR_CD_INIT="vmr_cd_init"
cd "$(pwd)"
fi
不挂梯子打开终端时警告:Get "https://raw.githubusercontent.com/gvcgo/vsources/main/install/jdk.toml": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
挂梯子也会卡住,但是没有警告。
关闭终端的时候会提示:该终端中仍然有一个进程在运行。
有办法解决吗?
我暂时把这段代码删了用的,有什么影响吗?
Beta Was this translation helpful? Give feedback.
All reactions