Skip to content
New issue

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

Error -3 user.name not found (Unresolved) #238

Closed
lostrealmstudios opened this issue May 14, 2024 · 1 comment
Closed

Error -3 user.name not found (Unresolved) #238

lostrealmstudios opened this issue May 14, 2024 · 1 comment

Comments

@lostrealmstudios
Copy link

I keep getting this error when trying to commit changes:

image

I have the username and password set up so I'm really not understanding what I'm missing.

image

I've tried to do this in both Godot 4.2.2 and Godot 4.2.2 (.NET)

@lostrealmstudios lostrealmstudios closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
@lostrealmstudios lostrealmstudios changed the title Error -3 user.name not found Error -3 user.name not found (Unresolved) May 15, 2024
@meverettt
Copy link

Hey, I don't know if you're still struggling with this, but I ran into the same issue (had my user and a PAT token set up) and found that if I went through the terminal (I'm on Linux btw) into the folder where my git repository was, then did:

git config --global user.name "YOUR_GITHUB_USERNAME"

That would partially resolve the Error -3, which led me to another about user.email instead.
image
That had basically the same fix, doing:

git config --global user.email "YOUR_GITHUB_EMAIL"

However, I then ran into this error when trying to push/fetch through the remote I made:
image
Which is an open issue here #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants