mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Add extra prompt.
This commit is contained in:
parent
e36c170204
commit
ffe554a927
@ -15,6 +15,8 @@
|
|||||||
if [ -z "${CVW_GIT}" ]; then
|
if [ -z "${CVW_GIT}" ]; then
|
||||||
echo "No CVW_GIT is provided"
|
echo "No CVW_GIT is provided"
|
||||||
export CVW_GIT="https://github.com/openhwgroup/cvw"
|
export CVW_GIT="https://github.com/openhwgroup/cvw"
|
||||||
|
else
|
||||||
|
echo "Using customized CVW_GIT: ${CVW_GIT}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git config --global http.version HTTP/1.1
|
git config --global http.version HTTP/1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user