Search code examples
gitgithubsshbitbucket

Git Clone and Push Not working but add commit working


i am unable to clone a repository or push or pull a code.if i am try to execute those commands, terminal not responding at all,continuously running. but git add,commit commands working. i have upgrade the git version to 2.29.


Solution

  • Host bitbucket.org
    Hostname altssh.bitbucket.org
    IdentityFile ~/.ssh/id_rsa.pub
    Port 443
    AddressFamily inet
    

    added these lines in ssh_config file resolved the issue