Another fix for git issues
This commit is contained in:
parent
8e5b9ece16
commit
2bb5e714d7
|
|
@ -25,3 +25,5 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
|
|||
# Needed for GitHub seen on git 2.39.1
|
||||
RUN echo "[safe]" >> /etc/gitconfig && \
|
||||
echo " directory = *" >> /etc/gitconfig
|
||||
echo '[protocol "file"]' >> /etc/gitconfig
|
||||
echo ' allow = always' >> /etc/gitconfig
|
||||
|
|
|
|||
|
|
@ -28,3 +28,5 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
|
|||
# Needed for GitHub seen on git 2.39.1
|
||||
RUN echo "[safe]" >> /etc/gitconfig && \
|
||||
echo " directory = *" >> /etc/gitconfig
|
||||
echo '[protocol "file"]' >> /etc/gitconfig
|
||||
echo ' allow = always' >> /etc/gitconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue