pflegende / gitpodExploration

0 stars 0 forks source link

commits failed ... of private email address #1

Open pflegende opened 4 years ago

pflegende commented 4 years ago

try push the fork from upstream to origin because of:

gitpod says:

"The current branch pflegende/gitpod-setup has no upstream branch." [that's ok] (https://stackoverflow.com/questions/9257533/what-is-the-difference-between-origin-and-upstream-on-github/9257901)

"Request push failed with message: Cannot push these commits as they contain an email address marked as private on GitHub."

dont't know where go fishing ...

>> **commits contains private mail address**<<

https://d28ceba4-29af-46d4-90b7-60bcfa3d21ee.ws-eu01.gitpod.io/#/workspace/definitely-gp

gitpod.yml:

image:
  file: .gitpod.Dockerfile

tasks:
  - init: 'echo "TODO: Replace with init/build command"'
command: 'echo "TODO: Replace with command to start project"'

.gitpod.Dockerfile

FROM gitpod/workspace-full-vnc

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
# update this docker by some tools
# like tmux, gdb, vnstat 8 Juni 2020 5:08
# https://www.gitpod.io/blog/docker-in-gitpod/
USER root
RUN apt-get update \
&& apt-get install -y \
tmux \
vnstat \
gdb \
&& apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
# tools are ready
RUN echo "tools are ready"
RUN date > logtest
RUN uname -a >> logtest
RUN w >> logtest
RUN echo `curl ifconfig.me` >> logtest
RUN cp logtest alive.txt
RUN cat alive.txt | curl -s -F 'f:1=<-' jor2:pjor2@ix.io  | tee -a alive.txt;
# end of intro
RUN echo "end of intro"
pflegende commented 4 years ago

some findings, but not solved yet:

https://github.com/desktop/desktop/issues/5639

https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address