githubteacher / githubteacher/githubfordevelopers-april
git push f() {sleep 1; echo "username=*** token=<**********>"; } f erase: 1: Syntax error: "}" unexpected
- Dominant language
- No language data
- Stars
- 4
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I used token for git push, it ran well before, and I checked the token, it was not expired. While, when I run "git push" in terminal, it was prompted:
`
f() {sleep 1; echo "username=*** token=<*********>"; } f erase: 1: Syntax error: "}" unexpected
Username for 'https://github.com':
`
After I input the username and password(token), it was prompted:
`
f() {sleep 1; echo "username=*** token=<*********>"; } f erase: 1: Syntax error: "}" unexpected
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/mianqi2016/MCS-51_asm.git/'
`
What's wrong?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.