提交 15972c08 编写于 作者: L liaogang

Add git credential to skip password typing

上级 36672ae3
......@@ -32,7 +32,7 @@ RUN apt-get update && \
apt-get install -y automake locales clang-format-3.8 && \
apt-get clean -y
RUN git config --global credential.helper "cache --timeout=604800"
RUN git config --global credential.helper store
# Fix locales to en_US.UTF-8
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册