Replies: 1 comment
-
I suppose we could switch to use |
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.
-
The parameters for
FullName
andEmail
are read from the.gitconfig
file of the user. The issue I have seen is that Plaster looks under%userprofile%
but sometimes these files are stored elsewhere because git looks at%homedrive%
and%homepath%
.Because it's possible to store the previous values entered, this is a very minor issue. However, you may want to change how plaster looks for users' git files.
Beta Was this translation helpful? Give feedback.
All reactions