GitHub & WordPress SVN issues.

I’ve been using GitHub to push WP plugins to the WP repository for awhile now, though, I still don’t know a whole lot about GitHub.

Today when trying to update my plugins I am able to push the updates to WordPress using:

git svn dcommit

And that works fine, but when I try to add a new tag to the svn using:

git svn tag 1.0.2

I get the following error:

Authorization failed: POST of '/!svn/me': authorization failed: Could not authenticate to server: rejected Basic challenge (http://plugins.svn.wordpress.org) at /Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-svn line 1220.

I’ve tried to research answers to this, but am not having any luck finding a solutions (or completely understanding them).

Has anyone run into this before, or have any suggestions as to what I need to do to resolve this?

Thanks!

Bump

Did you get this to work? I experience that exact error too.

No, I haven’t found a solution to this issue yet… I’ve given up on it for now and am just storing my versions on Github.

Let me know if you happen to come across a solution.