Create GitHub Repos from the Command Line

preview_player
Показать описание
This tutorial explains how you can combine CURL and the GitHub API too create new Repositories from the Terminal / Command Line.

Рекомендации по теме
Комментарии
Автор

Your helpful tutorials gave me the confidence to actually start using git and github - ssh keys and all, integrating it with my local programming environment. Thanks!

quaternion-pi
Автор

Thank you Steve! Great explanation please continue making more videos.

davidhahn
Автор

very educational and no hassle.
Thank you sir!

Sebbesebastian
Автор

I was struggling a lot. Thanks a million

ajinzrathod
Автор

Really was looking for this you're awesome tons of love ..

manishianand
Автор

works like charm, thank you! and for those who get authentication error, just paste your token instead of user password.

MoodyOmar
Автор

Super amazing, thanks. I think Github might soon be deprecating this access via username and pwd and pushing for token access. But everything will remain pretty much the same as explained in the video, except now one will have to use their token instead of username and pwd. Thanks again, your video was very clear and helpful

anshumangupta
Автор

This is great :D I have been wanting to create a repo from terminal and no go to the website everytime. After quite alot of web search, I landed on your video and you explained it so well. Thanks A alot. ;D

tenzinchokden
Автор

is possible create a repository using Rest Commands at Intellij?

cbdasvelho
Автор

Thank you St3v3 that's great and so useful, could you please also make a video to show how to delete GitHub repos from Command line?

guerrierekang
Автор

Hi. What if we don't want to be adding de password everytime we write the curl expression. how can we send it in the same request? is there any way? thank you very much for the video.

crisme
Автор

Its not working, i typed the exact command the error is something like the -u parameter in ambiguous try using some other ones and then it listed three option to use in place of -u i tried all of them still its not working Please help.

aadil
Автор

Didn't work for me. It never prompts me for a password when entering the command line.

heywoodjablome
Автор

Error:

"message": "Requires authentication",

solution?

erivandosena
Автор

can i use it on window in git bash to create repo

th-shubham
Автор

helpful tutorial! thanks you
How can i delete a repo from a terminal?

asamadoasa
Автор

After entering those command gitbash is not asking for password of github plz reply with solution

farazsheikh
Автор

{
"message": "Problems parsing JSON",
}

I get this

mastersinr
Автор

This did not work for me I think this video might be dated

wayneswildworld
Автор

Hey,
Thanks for this Wonderfull tutorial
Actually i am getting a Message while running this command on my Windows machine. Message is:
{
"message": "Requires authentication",
}

anonymouskumar