exit 851 B

12345678910111213141516171819202122232425
  1. diff.astextplain.textconv=astextplain
  2. filter.lfs.clean=git-lfs clean -- %f
  3. filter.lfs.smudge=git-lfs smudge -- %f
  4. filter.lfs.process=git-lfs filter-process
  5. filter.lfs.required=true
  6. http.sslbackend=openssl
  7. http.sslcainfo=C:/Software/Git/mingw64/etc/ssl/certs/ca-bundle.crt
  8. core.autocrlf=true
  9. core.fscache=true
  10. core.symlinks=false
  11. pull.rebase=false
  12. credential.helper=manager
  13. credential.https://dev.azure.com.usehttppath=true
  14. init.defaultbranch=main
  15. core.editor="C:\Software\Microsoft VS Code\bin\code" --wait
  16. user.name=Jane
  17. user.email=kefubu@111.com
  18. core.repositoryformatversion=0
  19. core.filemode=false
  20. core.bare=false
  21. core.logallrefupdates=true
  22. core.symlinks=false
  23. core.ignorecase=true
  24. remote.vue_project_template.url=https://gitpack.cn/record/Vite_Project_template.git
  25. remote.vue_project_template.fetch=+refs/heads/*:refs/remotes/vue_project_template/*