Skip to content

git push f() {sleep 1; echo "username=*** token=<**********>"; } f erase: 1: Syntax error: "}" unexpected #158

@mianqi2016

Description

@mianqi2016

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions