Hi everyone,


I am trying to push some small changes onto the official repository, using the 
workflow as documented in the README, but for some reason it fails:



D:\plplot-svn\plplot-plplot [master]> git push --dry-run origin master

fatal: Could not read from remote repository.



Please make sure you have the correct access rights

and the repository exists.







My guess is that this has to do with the user ID that git uses on my machine 
versus the user ID on SourceForge that it should use, but I do not know how to 
change it. Can anyone help here? (I applied the user.name and user.email 
commands, but these are not relevant for this issue)



Regards,



Arjen



> -----Original Message-----
> From: Hazen Babcock [mailto:hbabc...@mac.com]
> Sent: Thursday, August 28, 2014 1:13 PM
> To: Alan W. Irwin; PLplot development list
> Subject: Re: [Plplot-devel] Your recent update to README.developers concerning
> workflow
>
> On 8/27/2014 12:09 AM, Alan W. Irwin wrote:
> > Here are some questions concerning git capabilities and our current
> > workflow that you have documented in README.developers.
> >
> > Do you think it would be a good idea to change all the "git merge"
> > commands in your workflow documentation to use the --ff-only option?
> > That is use
> >
> > git merge --ff-only origin/master
> >
> > early in your workflow documentation and
> >
> > git merge --ff-only new_branch
> >
> > later in that documentation?
>
> I added this.
>
> > And if you like that idea, is there a better way to implement ff-only
> > (say with a git config option that applies just to our repo)?
>
> And this, thanks for the suggestions.
>
> -Hazen
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to