Closed felipefariasdasilva closed 2 years ago
I would not recommend to put any Token in docker images.
can you run below command to clone it?
alias git="docker run -ti --rm -v $(pwd):/git -v $HOME/.ssh:/root/.ssh alpine/git"
git clone https://${TOKEN}@github.com/${ORGANIZATION}/${REPOSITORY}.git
close with no reply
hey!!
i am trying to use "apline/git" image to clone a repository, however I am getting this error:
and it is my dockerfile
could anybody help me? tks!!