Locate the section for your github remote in the .git/config file. The .git folder is likely to be a hidden file on Windows systems, as it obviously is on Unix ones.
It looks like this:
[remote "prime"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git