SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
808 stars 165 forks source link

Not picking up User Name or Email from Git Repository #65

Closed nweeden closed 6 years ago

nweeden commented 6 years ago

The plugin is not automatically picking up the user name and email address from the git repo even though it has been set using git config --global. This means it won't connect to repo at all.

SRombauts commented 6 years ago

Hi @nweeden, sorry to hear that, it is working as expected for me.

Can you provide more info please ?

  1. What OS, what version of UE (binary or build from source) and of the plugin (the v1.1 in engine or the v2.5 I maintain in this repo) ?
  2. Can you provide the associated logs in your Save/Logs/ subdirectory ?
ImmotionGroup commented 6 years ago

Turns out my colleague had an ancient version of git (2.6), updated him to 2.16 and it all works fine now!

SRombauts commented 6 years ago

Ok, sorry to hear that some older version of Git are not working any more