Results 4 issues of Aziz Belkhir

While running the demo I get this error. ![image](https://user-images.githubusercontent.com/54355576/101793977-ad674180-3b06-11eb-8640-2281c279b7bf.png)

I want to avoid executing commands and updating files manually. Is there an existing API within libgit2 that replace this command => git config --global --add safe.directory '*'

Is the TypeHash Value for migratable attribute calculated automatically while building/running the app? Or it should be assigned by the end user?

I am using LibGit2Sharp (version 0.28.0) with a Personal Access Token to access AZURE Repository. UsernamePasswordCredentials => { Username = "pat", Password = PersonalAccessToken } CustomHeader => "Authorization: Basic {Convert.ToBase64String(Encoding.UTF8.GetBytes($":{PersonalAccessToken}"))}"...