kevinsullivan / moralpain_dev

VSCode + Docker container development environment for moral distress project
0 stars 9 forks source link

Update git and git-lfs in Docker container #93

Open arh4uwe opened 2 years ago

arh4uwe commented 2 years ago

When I run git --version while inside the Docker container, I get that the version of Git I have installed is 2.25.1. The latest stable release of Git is 2.37.0.

Also, the Dockerfile I have in my fork currently installs version 2.0.1 of git-lfs. The latest version of git-lfs is 3.2.0.

I believe that having outdated versions of Git and git-lfs might have something to do with the Git issues I'm having right now. When I cloned my fork into the Docker container, I only had access to the main branch of the fork. I can't checkout to any other branch of the fork. The only thing I can do is create a new branch locally, pull from a remote branch of the fork, and push from my new local branch to the existing remote branch.

kevinsullivan commented 2 years ago

I actually tried updating git-lfs to 3.2.0 and that didn't immediately work for me, so I reverted to the older version as you had it coded. Let's get you, Nick, and I together tomorrow early afternoon, maybe 1:30PM, online, to get this environment stuff resolved once and for all. --Kevin

On Tue, Jun 28, 2022 at 8:58 PM arh4uwe @.***> wrote:

When I run git --version while inside the Docker container, I get that the version of Git I have installed is 2.25.1. The latest stable release of Git is 2.37.0.

Also, the Dockerfile I have in my fork currently installs version 2.0.1 of git-lfs. The latest version of git-lfs is 3.2.0.

I believe that having outdated versions of Git and git-lfs might have something to do with the Git issues I'm having right now. When I cloned my fork into the Docker container, I only had access to the main branch of the fork. I can't checkout to any other branch of the fork. The only thing I can do is create a new branch locally, pull from a remote branch of the fork, and push from my new local branch to the existing remote branch.

— Reply to this email directly, view it on GitHub https://github.com/kevinsullivan/moralpain_dev/issues/93, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVEX5PWHE6WFMWTZNWOA6LVRONSHANCNFSM52D72A4A . You are receiving this because you are subscribed to this thread.Message ID: @.***>