You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time we open a new instance of run-gp, git config user.name and git config user.email are empty, preventing us from committing changes before setting them up.
Is there currently a way to have them set automatically?
If not, it could do one of these things:
pick automatically from the host machine during the container startup.
Every time we open a new instance of run-gp,
git config user.name
andgit config user.email
are empty, preventing us from committing changes before setting them up.Is there currently a way to have them set automatically?
If not, it could do one of these things:
$(run-gp config path)
).run-gp
.GITPOD_ENV_SET_
.The text was updated successfully, but these errors were encountered: