Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Expanded Fronts

    (@expandedfronts)

    Hello,

    Have you entered in the settings for the Remote Name and Remote URL? These are required to push any changes, and since a Git Pull does not resolve the issue it looks like the authentication is failing.

    You can find these settings by going to Revisr > Settings.

    If you haven’t changed the name of the remote, it will likely be “origin”.

    The “Remote URL” field supports both HTTPS and SSH. If you’re using HTTPS, you will need to provide the password in the URL like so:

    https://USERNAME:PASSWORD@REPO_HOST/USERNAME/REPO.git

    Obviously replacing “USERNAME” and “PASSWORD” with the username and password for the remote repository, and “REPO_HOST” for github.com or bitbucket.org.

    If you’re using SSH, you will need to generate the SSH key on the server that the repository is installed on and add it to Bitbucket/Github.

    Let me know if you run into any further issues or feel free to email support at expandedfronts.com if you would like us to take a closer look.

    Thank you.

    Thread Starter phpmypython

    (@phpmypython)

    And that fixed it. thank you a lot for your help and prompt reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error when attempting to push’ is closed to new replies.