We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: bug report
有的用户名是个placehold,如
xxx repositiory: username: $oauthtoken passworld: xxxx
这里的 $oauthtoken 因为找不到环境变量,在auth的时候替换成了空用户名
设置任何带有$ 符号的用户名密码都会出错
cat /etc/os-release
habor
The text was updated successfully, but these errors were encountered:
可以试试使用\来escape掉$,在os.ExpandEnv中他是起作用的。 xxx repositiory: username: \$oauthtoken passworld: xxxx
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Type: bug report
What happened
有的用户名是个placehold,如
xxx repositiory:
username: $oauthtoken
passworld: xxxx
What you expected to happen
这里的 $oauthtoken 因为找不到环境变量,在auth的时候替换成了空用户名
How to reproduce it (as minimally and precisely as possible)
设置任何带有$ 符号的用户名密码都会出错
Anything else we need to know?
Environment
cat /etc/os-release
):habor
):The text was updated successfully, but these errors were encountered: