unison icon indicating copy to clipboard operation
unison copied to clipboard

Push config instructions incorrect

Open francisdb opened this issue 3 years ago • 5 comments

.> push

  ❗️

  I don't know where to push to! Add a line like `GitUrl. = <some-git-url>' to .unisonConfig. Type
  `help push ` for more information.

(small nit, space after push)

.unisonConfig

GitUrl. = <some-git-url>

Result

➜  unisonlearninglabs ucm
ucm: ParseError "/Users/me/.unisonConfig" "endOfInput"

the correct format seems to be

GitUrl = "<some-git-url>"

(no dot and with quotes)

Maybe it could also indicate that .unisonConfig is in your home directory but I guess that's to be expected

francisdb avatar Mar 31 '22 14:03 francisdb

Good catch!

pchiusano avatar Mar 31 '22 14:03 pchiusano

@mitchellwrosen We don't consult Config on push anymore, do we?

aryairani avatar Jun 28 '24 20:06 aryairani

@aryairani we still do consult config for loose code remote mappings

mitchellwrosen avatar Jun 28 '24 21:06 mitchellwrosen

@mitchellwrosen Ah ok, thanks. So then closed with #5041, right @ChrisPenner?

aryairani avatar Jun 28 '24 21:06 aryairani

Correct

ChrisPenner avatar Jul 01 '24 17:07 ChrisPenner