pull down to refresh

LMK if this doesn't work! Happy to jump on a call to pair program
Yeah I gave it a shot for about 1 hour and nothing worked. Now I am getting an error that the repository can’t be found after adding my token. I am all the way confused. The first day I pushed to GitHub no problem following your html example but now with the JavaScript nothing is working. Authentication just keeps failing and I can’t push! Very perplexing.
I even tried to start from scratch with a new repo following your slides and still no success
reply
Sorry about the trouble... Wanna jump on call today? I think we can figure this out in a few mins probably
reply
Today wont work for me. Maybe tomorrow or any day over the weekend.
Hey it’s not your fault. I’m just glad you are responding and helping.
Learning to code has been extremely lonely journey for me .
It’s nice to have someone to chat with and talk out the issues. It keeps me motivated and engaged and not pushing this off.
Because when you are learning alone when you hit an issue you say to yourself oh I’ll get to that tomorrow. Then tomorrow become next week and before you know it you quit.
reply
I totally get it, I'm the same way!
Hit me up tomorrow or the day after on Discord or Nostr (we'll get this figured out quick!)
reply
113 sats \ 1 reply \ @ek 12 Feb
deleted my other comment because of formatting issues and my edit timer ran out:
Learning to code has been extremely lonely journey for me .
It’s nice to have someone to chat with and talk out the issues. It keeps me motivated and engaged and not pushing this off.
Joining the plebdevs discord might help you if you haven't already.
btw, I can only cosign what @bitcoinplebdev mentioned here:
This is a super common Git authentication issue! I have to do some googling everytime I go through this process myself, it's kind of annoying...
But I just realized since it's an authentication problem, using SSH instead of HTTP might help (not sure if mentioning SSH will confuse you even more; I hope not).
So instead of https://github.com/ekzyis/repo, I use git@github.com:ekzyis/repo after I added my SSH public key to my Github account (which I only had to do once).
Additionally, I noticed SN swallowed some text in the instructions @bitcoinplebdev gave you, see #884050
reply
Thanks to me fiddling with LN. Nodes over the years I am familiar with SSH just need to remember how to establish a token
reply
110 sats \ 0 replies \ @ek 12 Feb
deleted by author
547 sats \ 0 replies \ @ek 12 Feb
Isn't the repository path missing in here?
git remote set-url origin https://YOUR_GITHUB_USERNAME:YOUR_PAT
You only set the username and authentication token, but no path to a repository, so the 404 error @BlokchainB is getting would make sense
edit: oof, our markdown is swallowing some text after @, click here to see the raw text with full instructions
reply