Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Error when creating new feature. #115

@mikebronner

Description

@mikebronner

I'm getting an error when trying to create a new feature. I am able to communicate with GitHub via vanilla GIT without any issues, so it seems that it is probablye related to HubFlow. Any suggestions on how to get around this?

After installating HubFlow per the readme and implementing the solution suggested in another issue (#114 (comment)), I get the following error:

fatal: remote repository  is unavailable; are you offline?

Then after running chmod 0600 ~/.ssh/config, to fix this (as mentioned here: #75), I get the following error:

> git hf feature start fix-report-blank-filter-validation
Fetching origin
Switched to a new branch 'feature/fix-report-blank-filter-validation'
ssh_dispatch_run_fatal: Connection to 140.82.112.3 port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Push to 'origin' failed

I was able to work around this by adding the following to ~/.ssh/config:

User git
  Hostname ssh.github.com
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/id_ed25519
  Port 443

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions