Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Cannot Push Branch or Push to Master

1558972329
Daniel S.
KS Backer
Sheet Author
Hello -  I've made some alterations to the Pendragon character sheet but when I try to push my branch (pendragon_dstack) I receive an authentication error. I am logged in and was able to clone under my github account (dstack) without any difficulty and I've pushed other character sheets in the past and was able to submit pull requests (though I think it's been a year or two since I last did so). In case it was a branching problem I tried to make my changes directly to master but received the same problem. repository: Roll20/roll20-character-sheets Github id: dstack1776
1558973060

Edited 1558973168
The Aaron
Roll20 Production Team
API Scripter
You need to create a fork of the repo, make your changes in a branch on the fork, commit to your fork, then send a pull request to the original repo. Here's the first tutorial I pulled up for this, it should help illustrate the workflow:&nbsp; <a href="https://gist.github.com/Chaser324/ce0505fbed06b947d962" rel="nofollow">https://gist.github.com/Chaser324/ce0505fbed06b947d962</a> Github's help on pull requests:&nbsp; <a href="https://help.github.com/en/articles/creating-a-pull-request-from-a-fork" rel="nofollow">https://help.github.com/en/articles/creating-a-pull-request-from-a-fork</a>
1558982222

Edited 1558982238
Daniel S.
KS Backer
Sheet Author
D'oh, I feel foolish. I got so used to my Git workflow at work I forgot about forking.... Thanks!
1558987704
The Aaron
Roll20 Production Team
API Scripter
No worries, happens to the best of us. I used to do that all the time in the API repo until I wrote an automated release system for all my scripts. =D