MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sten82
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    sten82

    @sten82

    0
    Reputation
    222
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sten82 Unfollow Follow

    Latest posts made by sten82

    • RE: write access to git repository

      Hi sdetweil,

      thank you for the clarification, since I have never contributed before I didn’t knew that. That really helped my a lot.

      Thanks,
      Carsten

      posted in Troubleshooting
      S
      sten82
    • write access to git repository

      Hey there,

      this is maybe a stupid questions for all you github pro’s, but I’m really struggling to commit a tiny fix and it already costs me some hours to provide this contribution.

      What I have done so far:

      • cloned repository
      • created new branch
      • added changes
      • commit changes

      But when I try to push it fails, however pull from master works.

      ~/Documents/Sandbox/privat/MagicMirror (add-translation)
      git push --set-upstream origin add-translation
      Enter passphrase for key '/c/Users/carsten/.ssh/id_rsa':
      ERROR: Permission to MichMich/MagicMirror.git denied to sten82.
      fatal: Could not read from remote repository.
      
      Please make sure you have the correct access rights
      and the repository exists.
      
      ~/Documents/Sandbox/privat/MagicMirror (master)
      git pull
      Enter passphrase for key '/c/Users/carsten/.ssh/id_rsa':
      Already up-to-date.
      
      

      I’m running on Windows 10 with git console. I have stored ssh key in Github (and checked if it works) and changed gitconfig to use ssh instead of https.

      What am I doing wrong?

      Thank you in advance,
      Carsten

      posted in Troubleshooting
      S
      sten82