USERNAME=$(echo"$RESULT"| sed -n 's/^Hi \([^!]\+\)! You'"'"'ve successfully authenticated, but GitHub does not provide shell access\.$/Successfully authenticated to GitHub as \1/; T; p')||exit1
if[[$? -eq 255]];then
echo"$RESULT" >&2
return1
fi
if ! USERNAME=$(echo"$RESULT"| sed -n 's/^Hi \([^!]\+\)! You'"'"'ve successfully authenticated, but GitHub does not provide shell access\.$/\1/; T; p');then