Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. C5280545@SAON00626934A MINGW64 /c/Projects/terraform/minihub (master)
  2. $ git rm --cached .terraform/*/*
  3. fatal: not removing '.terraform/plugins/windows_amd64' recursively without -r
  4.  
  5. C5280545@SAON00626934A MINGW64 /c/Projects/terraform/minihub (master)
  6. $ git rm -r --cached .terraform/*/*
  7. rm '.terraform/plugins/windows_amd64/lock.json'
  8. rm '.terraform/plugins/windows_amd64/terraform-provider-aws_v1.58.0_x4.exe'
  9. rm '.terraform/plugins/windows_amd64/terraform-provider-template_v2.0.0_x4.exe'
  10.  
  11. C5280545@SAON00626934A MINGW64 /c/Projects/terraform/minihub (master)
  12. $ git status
  13. On branch master
  14. Your branch is ahead of 'origin/master' by 1 commit.
  15. (use "git push" to publish your local commits)
  16.  
  17. Changes to be committed:
  18. (use "git reset HEAD <file>..." to unstage)
  19.  
  20. deleted: .terraform/plugins/windows_amd64/lock.json
  21. deleted: .terraform/plugins/windows_amd64/terraform-provider-aws_v1.58.0_x4.exe
  22. deleted: .terraform/plugins/windows_amd64/terraform-provider-template_v2.0.0_x4.exe
  23.  
  24.  
  25. C5280545@SAON00626934A MINGW64 /c/Projects/terraform/minihub (master)
  26. $ git commit -m "fix .gitignore"
  27. [master 9afe1f2] fix .gitignore
  28. 3 files changed, 4 deletions(-)
  29. delete mode 100644 .terraform/plugins/windows_amd64/lock.json
  30. delete mode 100644 .terraform/plugins/windows_amd64/terraform-provider-aws_v1.58.0_x4.exe
  31. delete mode 100644 .terraform/plugins/windows_amd64/terraform-provider-template_v2.0.0_x4.exe
  32.  
  33. C5280545@SAON00626934A MINGW64 /c/Projects/terraform/minihub (master)
  34. $ git push
  35. Enumerating objects: 24, done.
  36. Counting objects: 100% (24/24), done.
  37. Delta compression using up to 4 threads
  38. Compressing objects: 100% (16/16), done.
  39. Writing objects: 100% (18/18), 28.39 MiB | 666.00 KiB/s, done.
  40. Total 18 (delta 8), reused 0 (delta 0)
  41. remote: Resolving deltas: 100% (8/8), completed with 6 local objects.
  42. remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
  43. remote: error: File .terraform/plugins/windows_amd64/terraform-provider-aws_v1.58.0_x4.exe is 109.66 MB; this exceeds GitHub Enterprise's file size limit of 100.00 MB
  44. To https://github.wdf.sap.corp/ms/minuhub-infra.git
  45. ! [remote rejected] master -> master (pre-receive hook declined)
  46. error: failed to push some refs to 'https://github.wdf.sap.corp/ms/minuhub-infra.git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement