I am trying to setup and use a git repository for a project I just created today. I have used github a little for other programming projects, but I have barely scratched the surface of git. I have really just been using it like I would have used SVN in the past (I know its wrong, but hey I'm just doing solo hobby projects anyways). So I am still a newbie when it comes to git in general.
I've added a git repository to my project and now have the links:
Public URL: git://git.curseforge.com/wow/glass_hud/mainline.git
Development URL: [email protected]:wow/glass_hud/mainline.git
I assume that I should push my stuff to the development url when working, and I assume that I can just use the repository directly to a folder in ../'World of Warcraft'/Interface/Addons/MyAddon, so I can keep my workflow when developing and testing.
However, this [email protected] confuse me a lot. Is it my gmail? Is it my username[at]curseforge.com? Is it the computer name, eg. Michel[at]x1carbon? is it something else? The RSA key seems to contain my computer name when I inspect it with vim....
I've followed the guide for setting up the RSA key for authentication. Being used to linux console I found joy in using Git BASH for windows (which I previously didn't know).
However, since I am still confused about this [email protected] stuff I don't know how to test if what I have done is actually working.
Please help, and you will make a git-newbie happy.
It should have a full valid URL there for you to use. If you're actually seeing [email protected] there, maybe you have some browser addon or other tool that somehow mangles the URL and replace it with this token?
I've added a git repository to my project and now have the links:
Public URL: git://git.curseforge.com/wow/glass_hud/mainline.git
Development URL: [email protected]:wow/glass_hud/mainline.git
I assume that I should push my stuff to the development url when working, and I assume that I can just use the repository directly to a folder in ../'World of Warcraft'/Interface/Addons/MyAddon, so I can keep my workflow when developing and testing.
However, this [email protected] confuse me a lot. Is it my gmail? Is it my username[at]curseforge.com? Is it the computer name, eg. Michel[at]x1carbon? is it something else? The RSA key seems to contain my computer name when I inspect it with vim....
I've followed the guide for setting up the RSA key for authentication. Being used to linux console I found joy in using Git BASH for windows (which I previously didn't know).
However, since I am still confused about this [email protected] stuff I don't know how to test if what I have done is actually working.
Please help, and you will make a git-newbie happy.
Using Microsoft Edge instead of chrome solves my problem and I can now see whats behind all those silly [email protected] things....
/facepalm
I really don't like things that hide the truth from me :/