Hi, I am having trouble with pushing my changes through to GitHub. I cloned a github repository (the ftc sdk) then forked it. I then opened it up with Android Studio, and added a class called Hello World. I committed my changes on SourceTree, and then clicked push. It has been loading forever and in the instructional video it took them like 5 seconds. For context, I'm watching this video: https://www.youtube.com/watch?v=f8M3R98xoTM. You can go to 4:30 to see where my problem is. Also, it told me that there was a problem with my SSH key. I clicked make a new one, then copied it and put it into GitHub. That seemed to work but didn't help with my problem. When I click cancel on pushing it to github, it says:
git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/master:refs/heads/master
Pushing to ssh://git@github.com/Curiosity11770/ftc_app.git
Completed with errors, see above
I haven't used this software before but here's what it looks like on SourceTree:
Then when I click push:
But it never pushes it to github!
Here's what it looks like in Android Studio: