6 votes

Topic deleted by author

4 comments

  1. [2]
    teaearlgraycold
    Link
    This just works around whatever problem you're having, but it should be a quick solution. Update the repository's remote URL Open .git/config for the repository and set url under the [remote...

    This just works around whatever problem you're having, but it should be a quick solution.

    1. Update the repository's remote URL

    Open .git/config for the repository and set url under the [remote "origin"] section to git@github.com:criticalbiblical/criticalbiblical.github.io.git (might want to get this from GitHub and not copy-paste what I wrote).

    1. Create an SSH key

    2. Add the SSH key to your GitHub account

    Now you should be able to push.

    5 votes
    1. [2]
      Comment deleted by author
      Link Parent
      1. teaearlgraycold
        Link Parent
        You can probably use nano if you configure it as your default. It's much easier than vi for newbies.

        You can probably use nano if you configure it as your default. It's much easier than vi for newbies.

        2 votes
  2. unknown user
    Link
    (Why is the error message in a screenshot instead of plain text? People searching for it later won't be able to find it!) Are you using an HTTPS origin URL or an SSH one? If this SO response to be...

    (Why is the error message in a screenshot instead of plain text? People searching for it later won't be able to find it!)

    Are you using an HTTPS origin URL or an SSH one? If this SO response to be trusted, GitHub supports rw-access only over SSH.

    1 vote
  3. [2]
    Comment deleted by author
    Link
    1. [2]
      Comment deleted by author
      Link Parent
      1. [2]
        Comment deleted by author
        Link Parent
        1. [2]
          Comment deleted by author
          Link Parent
          1. stu2b50
            Link Parent
            In the future, learning to use git from the command line is going to help greatly in general.

            In the future, learning to use git from the command line is going to help greatly in general.