[OH-Dev] Replace controllers with helpers
Asheesh Laroia
asheesh at asheesh.org
Thu Mar 28 17:14:19 UTC 2013
On Thu, 28 Mar 2013, Rajesh Pradhan wrote:
> Hi Asheesh,
>
> Sorry about the wrong naming of the file. I shall fix it in the next commit. However I am getting the following error when I try the last command git push origin HEAD:rebased
> "error: The requested URL returned error: 403 while accessing https://github.com/
> openhatch/oh-mainline.git/info/refs?service=git-receive-pack
> fatal: HTTP request failed"
Oh, oops -- mistake on my part. You need to push the branch to your
personal fork; look at 'git remote -v' to see which one that is.
My guess+recollection is that this will work instead:
git push fork HEAD:rebased
More information about the Devel
mailing list