You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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: