binbashar / le-ref-architecture-doc

Binbash Leverage Reference Architecture documentation
https://leverage.binbash.co
MIT License
42 stars 20 forks source link

Bug | WSL (Windows) workaround to setup / initialize Terraform #174

Closed marianod92 closed 8 months ago

marianod92 commented 1 year ago

Describe the Bug

Error cloning le-tf-infra-aws repository from Windows WSL environment. WSL. The .gitconfig is interpreted as a directory by WSL and not as a file.

Expected Behavior

While it should be able to be initialized in the same way as in Linux/MacOs environments, for now it's enough to add the workaround to the documentation.

Steps to Reproduce

Steps to reproduce the behavior:

  1. git clone git@github.com:binbashar/le-tf-infra-aws.git
  2. See error

Screenshots

image

Environment:

Workaround

USER:~/test$ rm -rf /home/USER/.gitconfig/
USER:~/test$ touch /home/USER/.gitconfig
USER:~/test$ cd ..
USER:~$ git clone git@github.com:binbashar/le-tf-infra-aws.git
exequielrafaela commented 8 months ago

For the moment we're only supporting Linux and MacOS. In case you find the same problem and you want to run Leverage on Windows let us know.