mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #220] Unable to build linux version - git clone failing #175
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@AdrianKoshka commented on GitHub (Jan 5, 2019):
You should clone from HTTPS then, or add an SSH public key to your account.
@Araevin commented on GitHub (Mar 1, 2019):
Try
git clone https://github.com/debauchee/barrier.gitinstead ofgit clone git@github.com:debauchee/barrier.git@RichardLebel commented on GitHub (Mar 17, 2019):
I eventually downloaded the source and rebuilt it locally.