Skip to content
#

golang

go logo

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.

Here are 55,046 public repositories matching this topic...

gpoore
gpoore commented Apr 8, 2021

What is the problem you are having with rclone?

In config file, known_hosts_file = ~/.ssh/known_hosts fails:

2021/04/07 21:07:32 Failed to create file system for "<remote>:": couldn't parse known_hosts_file: open ~/.ssh/known_hosts:
 The system cannot find the path specified.

Using known_hosts_file = C:/Users/<USER>/.ssh/known_hosts succeeds.

I suspect that there's

cli
gibfahn
gibfahn commented Jan 2, 2021

Describe the bug

When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.

gh version 1.4.0 (2020-12-17)

Expected vs actual behavior

I expect to see a fork remote added to my repository, but nothing is added.

Logs

gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...
mattermost-server

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language