Advertisement
settix

Git configuration failure

Jan 11th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1.  
  2. SETIMBA@SETI MINGW64 ~/openmrs-core/.github (master)
  3. $ git config user.name settix-dev
  4.  
  5. SETIMBA@SETI MINGW64 ~/openmrs-core/.github (master)
  6. $ git config user.email settimbalamech@yahoo.com
  7.  
  8. SETIMBA@SETI MINGW64 ~/openmrs-core/.github (master)
  9. $ git config --list
  10. diff.astextplain.textconv=astextplain
  11. filter.lfs.clean=git-lfs clean -- %f
  12. filter.lfs.smudge=git-lfs smudge -- %f
  13. filter.lfs.process=git-lfs filter-process
  14. filter.lfs.required=true
  15. http.sslbackend=openssl
  16. http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
  17. core.autocrlf=true
  18. core.fscache=true
  19. core.symlinks=false
  20. pull.rebase=false
  21. credential.helper=manager-core
  22. credential.https://dev.azure.com.usehttppath=true
  23. user.name=settix
  24. user.email=settimbalamech@gmail.com
  25. difftool.sourcetree.cmd='' "$LOCAL" "$REMOTE"
  26. mergetool.sourcetree.cmd=''
  27. mergetool.sourcetree.trustexitcode=true
  28. core.repositoryformatversion=0
  29. core.filemode=false
  30. core.bare=false
  31. core.logallrefupdates=true
  32. core.symlinks=false
  33. :
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement