Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've recently been forced to switch from Ubuntu over to Windows XP for my university studies and have installed the Aptana Studio 3 beta which looks good. I set it up with portable Git and have set my user and email in the usual way using the built-in console.

However, when I push to my GitHub repository, my commits have no author associated with them (shows as 'Unknown'). My email address on GitHub and in my Git config match but even if they didn't I would expect to see something other than 'Unknown'.

While technically this doesn't matter for this particular project (as I am the sole author) it would be nice to fix this for future projects.

As a side question: can I assign an author to commits which don't have one?

share|improve this question

1 Answer

up vote 1 down vote accepted

Find 'gitconfig' in Aptana Workspace.metadata.plugins\com.aptana.portablegit.win32\etc\' add the git [user] settings there. I'm not sure what other way there is to add [user] stuff in that plugin.

Keep in mind that, every time you update Aptana, (or I assume that plugin) the [user] setting will go away, so you have to put that in there again...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.