Hdwallpaperslovely - Trang 24h thời sự, kinh tế, văn hóa, xã hội
  • Home
  • Bất Động Sản
  • Công Nghệ
  • Giải Trí
  • Kinh Doanh
  • Làm Đẹp
  • Sức Khỏe
  • Khác
    • Tin HOT
    • Âm Nhạc
    • Ẩm Thực
    • Mẹo Vặt
    • Game
    • Giáo Dục
No Result
View All Result
  • Home
  • Bất Động Sản
  • Công Nghệ
  • Giải Trí
  • Kinh Doanh
  • Làm Đẹp
  • Sức Khỏe
  • Khác
    • Tin HOT
    • Âm Nhạc
    • Ẩm Thực
    • Mẹo Vặt
    • Game
    • Giáo Dục
No Result
View All Result
Hdwallpaperslovely - Trang 24h thời sự, kinh tế, văn hóa, xã hội
No Result
View All Result
Home Công Nghệ

Part 6 – Adding SSH Key to GitHub [Git-ing Started with Git Series]

admin by admin
March 22, 2020
in Công Nghệ
38
Part 6 – Adding SSH Key to GitHub [Git-ing Started with Git Series]



Do you hate typing in your username and password for GitHub everytime you make a push? Well that ends today because we are going to learn to generate an SSH key for our computer and to attach it to our GitHub account.

You can get all the code snippets here:

Coming Up:
We clone (copy) and fork projects from github to our computer.

— MORE FROM THIS SERIES —

Previous Video [Part 5]:
Next video [Part 7]: Coming Soon

Full Playlist for the “Git-ing Started with Git” Series:

— DEVMARKETER INSIDER —

Subscribe to DevMarketer Insider – A weekly (once a week) email newsletter to fans that want to know everything that is happening with DevMarketer, including announcements and articles not published on this channel. No spam ever, I promise, unsubscribe anytime.

— FOLLOW ME —

Subscribe for New Releases!

Subscribe to DevMarketer Insider

Twitter –
(ask me questions!)

— QUESTIONS? —

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Email me hello@jacurtis.com

Thanks for all your support!

—

Tags: Git basics and learning git tutorial. Best tutorial git easiest tutorial git. Git on Mac, Linux, Windows. Tutorials with Alex, devmarketer

Nguồn:https://hdwallpaperslovely.com/

Xem thêm Bài Viết:

  • Đọc ngay hướng dẫn cài twrp Recovery hiệu quả trên thiết bị Android
  • Bỏ túi cách thêm IDM vào Chrome tiện lợi không phải ai cũng biết
  • Bỏ túi thông tin hướng dẫn sử dụng adb fastboot zenfone 5 flash Asus
  • Hướng dẫn cài đặt và sử dụng Adobe Audition 1.5 chi tiết nhất
  • Khắc phục lỗi ‘adb’ is not recognized as an internal or external command
Tags: Youtube
Previous Post

Highlights Deportivo Alavés vs Valencia CF (1-1)

Next Post

SAPA 4 STAR PISTACHIO HOTEL : DELUXE ROOM - Best Hotel In Sapa

Next Post
SAPA 4 STAR PISTACHIO HOTEL : DELUXE ROOM – Best Hotel In Sapa

SAPA 4 STAR PISTACHIO HOTEL : DELUXE ROOM - Best Hotel In Sapa

Comments 38

  1. Christopher Grandison says:
    3 years ago

    On Linux I was able to copy the key using vi — location of your key —

    Reply
  2. Manef Zahra says:
    3 years ago

    I changed my password on github and the auth with ssh doesnt work anymore, what should I do add a new key and delete the old one or update the new one? If so can you link me how to do so I have trouble finding that info, thanks!

    Reply
  3. Amit Singh says:
    3 years ago

    Thx Buddy nice helpful video

    Reply
  4. Timur Mishiev says:
    3 years ago

    THANK YOU!

    Reply
  5. Supernectar says:
    3 years ago

    I don't understand, I've never created any ssh key, yet I can commit, clone and push projects into my gitlab without having to enter any password.
    I tried editing and pushing a random projects as I found this behaviour weird, but obviously it didn't let me push the project (cause it is not my project)
    Is there any way I could have linked my gitlab account to my local git without realising it? x)

    Reply
  6. Deniz Can Tüfekçi says:
    3 years ago

    First of all, thank you for telling us the subject in detail, explanatory, beautiful and understandable language. I would like to point out that I benefited a lot as a Windows user. However, I had to investigate some points in several places. Therefore, I have written all the necessary steps for the convenience of other Windows users one by one in this comment.

    Windows users can follow these steps via Git Bash:
    1- $ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
    2- $ eval "$(ssh-agent -s)"
    3- $ ssh-add ~/.ssh/id_rsa
    4- $ cat .ssh/id_rsa.pub
    5- $ ssh -T git@github.com
    6- $ git remote set-url origin git@github.com:username/your-repository.git
    7- Then make changes to any file in the repository. Afterwards follow the add and commit steps, respectively.
    8- $ git push –force origin
    **No need to add dollar symbols. It's already at the beginning of the line in Git Bash. I wrote them to avoid confusion.**

    Have an Octotastic Day! (:

    Reply
  7. Vladimir Zizic says:
    3 years ago

    Amazing tutorial !!! It`s 4m, but I finally got it !!

    Reply
  8. Lauren-Kate Kush says:
    3 years ago

    6:39 thank u

    Reply
  9. bygdkzr says:
    3 years ago

    thank you sooo much!!!!

    Reply
  10. Srinivas Nahak says:
    3 years ago

    Thanks a lot man

    Reply
  11. James Amo says:
    3 years ago

    THis video is amazing… thanks for ur help

    Reply
  12. Rodolfo Aguiar says:
    3 years ago

    Worked great for me. Thanks!

    Reply
  13. Nazar Avilin says:
    3 years ago

    Thank You very much. It is working well!

    Reply
  14. Eggdromeda says:
    3 years ago

    Still the same "> Permission denied (publickey)." Went over this tutorial many times and checked for errors on my part. Did definetly not help.

    Reply
  15. Etiene Novais says:
    3 years ago

    Bravo!

    Reply
  16. Jaden says:
    3 years ago

    11/10

    Reply
  17. Dillinger R. says:
    3 years ago

    Your thumbnail is misleading, it's implying you're doing this on Ubuntu.. what a dick move!

    Reply
  18. Kimberly Morgan says:
    3 years ago

    This took me forever to attempt before I came across your tutorial, thank you so much!! Subscribed 🙂

    Reply
  19. Coder Shahriar says:
    3 years ago

    Thanks, It's a very helpful tutorial

    Reply
  20. Mehraj Malik says:
    3 years ago

    Awesome

    Reply
  21. Joe Smiff says:
    3 years ago

    good day ! Te random art is actually the key sir (or one of them) I'm new to this stuff (studying in school) and they talk a lot of theory and I'm testing a lot of these things on my own to learn I feel so overwhelmed. But there is a rsa key generator program you can download that shows you all the different types of keys and what they look like and I think sha 256 is like near impossible to crack. By no means can I prove this and this was like the last thing i read a while back. There is no telling how long that information is still valid. If anyone knows more please correct me. I want to know all that i can. When i first learned about the tcp handshake and (this is what I am trying to understand in depth) There were a lot of things about different Key generations that I had questions about.

    Reply
  22. JinhosPinhole says:
    3 years ago

    i just get authentication issues with github. extra process needed for high sierra and up for macs.

    Reply
  23. Dillinger R. says:
    3 years ago

    Thank you it worked like a charm

    Reply
  24. John N says:
    3 years ago

    thanks. very nice video

    Reply
  25. tgabri says:
    3 years ago

    still asking for password… ubuntu

    Reply
  26. Jing Chu says:
    3 years ago

    Thank you! Very informative 🙂

    Reply
  27. Christopher Sharrett says:
    3 years ago

    WHOAA you rock!

    Reply
  28. Daniel Chísica says:
    3 years ago

    So helpful man, thanks! I have a question, what if I have 2 github accounts, e.g enterprise and personal. Could my pc has two ssh keys stored?

    Reply
  29. Marisabel Gonzalez says:
    3 years ago

    Mine is still asking me for my username and password. Every command seemed to work fine… Any suggestions on where should I look at? Thanks in advance!

    PS: I reopen the terminal before cloning the repository I want (I ended up typing the username and password).

    Reply
  30. Mike-aey says:
    3 years ago

    Thank you so much, this was very helpful!!! 5 Stars!

    Reply
  31. Elmira Ch says:
    3 years ago

    9:47 So what about linux :-s ? So unclear. Where did you get the text you inserted into add Key?

    Reply
  32. JS says:
    3 years ago

    https clones will always ask for login. I had to clone my repo again using ssh after adding the key to github before I was allowed to push without credentials. I believe this issue is resolved in this guide https://help.github.com/en/articles/changing-a-remotes-url#switching-remote-urls-from-https-to-ssh
    Although I didn't see this before cloning a fresh copy of my repo.

    Reply
  33. JEMJEM says:
    3 years ago

    It says origin is not a git repository

    Reply
  34. Zhixun He says:
    3 years ago

    That's such a great tutorial. Thank you so much!

    Reply
  35. Juliana Alcantara says:
    3 years ago

    $ eval $"(ssh-agent -s)"

    3 [main] ssh-agent 4860 child_info_fork::abort: C:Program FilesGitusrbinmsys-crypto-1.0.0.dll: Loaded to different address: parent(0x860000) != child(0x840000)

    fork: Resource temporarily unavailable

    what does it mean?

    Reply
  36. TutorialSpiller says:
    3 years ago

    toast to the gods. Great vid

    Reply
  37. David Vega says:
    3 years ago

    i had to set up a config file to make this work. I think you forgot to cover that.
    ~/.ssh/config
    User git
    Hostname github.com
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/id_rsa

    Reply
  38. Vanessa Mora says:
    3 years ago

    Thank you so much very helpful video solved most of my problems

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Tin mới

Những mẫu bao lì xì Tết 2019 đẹp, ấn tượng nhất Tết Kỷ Hợi 2019

Những mẫu bao lì xì Tết 2019 đẹp, ấn tượng nhất Tết Kỷ Hợi 2019

by rdom rname
October 13, 2022
0

Chỉ còn nửa tháng nữa là đến Tết Nguyên đán Kỷ Hợi 2019, các mẫu bao lì xì đẹp, độc...

30+ bài thơ chúc Tết 2023 hài hước, hóm hỉnh

30+ bài thơ chúc Tết 2023 hài hước, hóm hỉnh

by rdom rname
September 29, 2022
0

Những câu nói hay về đêm giao thừa hài hước, hay và ý nghĩa sau đây sẽ mang đến những...

Năm 1998 Mệnh Gì? [ Bật mí ] Tử vi Trọn Đời Tuổi Mậu Dần

by rdom rname
September 9, 2022
0

1998 mệnh gì, tuổi gì, hợp màu gì, hướng nhà nào bạn đã biết chưa? Cùng tìm hiểu ngay về...

[Amazon MMO] hướng dẫn Spy Keyword và Niche trên Merch by Amazon với SpyAMZ

Tuyệt chiêu tìm kiếm Spy Keyword và Niche trên Merch by Amazon

by admin
September 22, 2020
6

SpyAMZ là một trong những công cụ tìm kiếm phổ biến nhất hiện nay. Với công nghệ giám sát hoạt...

Phân Tích Kỹ Thuật Forex Ngày 25/05 | GIÁ CẢ BIẾN ĐỘNG NHIỀU CẶP NÊN MUA VÀ BÁN TRONG PHIÊN ĐẦU TUẦN

Phân Tích Kỹ Thuật Forex Ngày 25/05 | GIÁ CẢ BIẾN ĐỘNG NHIỀU CẶP NÊN MUA VÀ BÁN TRONG PHIÊN ĐẦU TUẦN

by admin
May 29, 2020
1

Phân Tích Kỹ Thuật Forex Ngày 25/05 | GIÁ CẢ BIẾN ĐỘNG NHIỀU CẶP NÊN MUA VÀ BÁN TRONG PHIÊN...

MaxDaily 25/05: iPhone X Plus sẽ là smartphone mạnh nhất

MaxDaily 25/05: iPhone X Plus sẽ là smartphone mạnh nhất

by admin
May 28, 2020
44

MaxDaily 25/05: iPhone XXX siêu dẻo, siêu đàn hồi iPhone X Plus sẽ là smartphone mạnh nhất Samsung nợ Apple...

  • Chính Sách Bảo Mật
  • Liên Hệ
  • Hdwallpaperslovely – Trang 24h thời sự, kinh tế, văn hóa, xã hội

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Bất Động Sản
  • Công Nghệ
  • Giải Trí
  • Kinh Doanh
  • Làm Đẹp
  • Sức Khỏe
  • Khác
    • Tin HOT
    • Âm Nhạc
    • Ẩm Thực
    • Mẹo Vặt
    • Game
    • Giáo Dục

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.