Skip to content
View avisagie's full-sized avatar
Block or Report

Block or report avisagie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Add this to your ~/.bashrc under git... Add this to your ~/.bashrc under git bash for Windows to get ssh-agent working fairly smoothly. It only starts one ssh-agent and you only need to type your private key password once.
    1
    if ps | grep ssh-agent &> /dev/null
    2
    then
    3
        . ~/.ssh-agent
    4
    else
    5
        ssh-agent > ~/.ssh-agent