Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D
development
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • Confidential and Proprietary
  • BlocPower
  • development
  • Issues
  • #28

You need to sign in or sign up before continuing.
Closed
Open
Opened Jun 19, 2019 by Tillie Kottmann@deletescapeOwner

problem solving - adding SSH to windows

Created by: chenzheng06

I tried every step and the working process is to follow the guide https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account

including:

generate SSH key, skip if you already have one

$ ssh-keygen -t rsa -b 4096 -C "firstname@blocpower.org"

Copies the contents of the id_rsa.pub file to your clipboard

$ clip < ~/.ssh/id_rsa.pub

add the key to Github account, the steps are in the guide.

then, in bash, try

$ ssh-add

if it doesn't work, referencing to this posting: https://unix.stackexchange.com/questions/12195/how-to-avoid-being-asked-passphrase-each-time-i-push-to-bitbucket You can try: $ exec ssh-agent bash $ ssh-add

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: exconfidential/blocpower/development#28