[GH-ISSUE #220] Unable to build linux version - git clone failing #175

Closed
opened 2026-05-05 05:31:51 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @RichardLebel on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/220

I am following the instructions to build the linux version (on Linux Mint version 19.1 - Ubuntu derivative) as indicated on https://github.com/debauchee/barrier/wiki/Building-on-Linux but when I get to the git clone command, I get the following:

$ git clone git@github.com:debauchee/barrier.git
Cloning into 'barrier'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Originally created by @RichardLebel on GitHub (Jan 4, 2019). Original GitHub issue: https://github.com/debauchee/barrier/issues/220 I am following the instructions to build the linux version (on Linux Mint version 19.1 - Ubuntu derivative) as indicated on https://github.com/debauchee/barrier/wiki/Building-on-Linux but when I get to the git clone command, I get the following: $ git clone git@github.com:debauchee/barrier.git Cloning into 'barrier'... Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Author
Owner

@AdrianKoshka commented on GitHub (Jan 5, 2019):

You should clone from HTTPS then, or add an SSH public key to your account.

<!-- gh-comment-id:451608158 --> @AdrianKoshka commented on GitHub (Jan 5, 2019): You should clone from HTTPS then, or add an SSH public key to your account.
Author
Owner

@Araevin commented on GitHub (Mar 1, 2019):

Try git clone https://github.com/debauchee/barrier.git instead of
git clone git@github.com:debauchee/barrier.git

<!-- gh-comment-id:468794545 --> @Araevin commented on GitHub (Mar 1, 2019): Try `git clone https://github.com/debauchee/barrier.git` instead of `git clone git@github.com:debauchee/barrier.git`
Author
Owner

@RichardLebel commented on GitHub (Mar 17, 2019):

I eventually downloaded the source and rebuilt it locally.

<!-- gh-comment-id:473669742 --> @RichardLebel commented on GitHub (Mar 17, 2019): I eventually downloaded the source and rebuilt it locally.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#175
No description provided.