On Tue, 24 Nov 2015, Sven Schreiber wrote:
But perhaps I have some deeper misunderstanding than I thought...
It really should be very straightforward, provided the repository is
"cloned" in the right way to allow read-write access. As per
http://ricardo.ecn.wfu.edu/~cottrell/gretl-git-basics.html .
If you're unsure of what you did at first, try a fresh cloning
with
git clone ssh://USERNAME@git.code.sf.net/p/gretl/git gretl-git
using your sourceforge USERNAME. Then ensure that your username and
email address are set correctly for the gretl context, using "git
config user.name" and "git config user.email".
Allin