[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build Issues
From: |
Zachary Santer |
Subject: |
Re: Build Issues |
Date: |
Mon, 12 Feb 2024 07:21:36 -0500 |
On Sun, Feb 11, 2024 at 8:05 PM jason stein <jstein916@gmail.com> wrote:
> 2. dos2unix every file in the repo
>
The git install pacman made me in MSYS2 doesn't leave Windows-style line
endings in my cloned repos. That said, if you have them, this git config
will keep them from showing up again:
git config --global core.autocrlf input
Also helpful for using git on Windows in general.
- Re: Build Issues, (continued)
- Re: Build Issues, jason stein, 2024/02/08
- Re: Build Issues, jason stein, 2024/02/11
- Re: Build Issues, Kerin Millar, 2024/02/11
- Re: Build Issues, jason stein, 2024/02/11
- Re: Build Issues, jason stein, 2024/02/11
- Re: Build Issues, jason stein, 2024/02/11
- Re: Build Issues, Zachary Santer, 2024/02/12
- Re: Build Issues, Kerin Millar, 2024/02/13
- Re: Build Issues, Kerin Millar, 2024/02/22
- Re: Build Issues, jason stein, 2024/02/22
- Re: Build Issues,
Zachary Santer <=