Discussion:
[pass] pass git clone
pc re
2015-08-27 17:15:23 UTC
Permalink
Hi @ all,

I'm missing the feature to clone a repository.

pass git clone ssh://***@mydomain.com:/home/user/pw.git

But this is stopping me:

die "Error: the password store is not a git repository. Try \"$PROGR
AM git init\"."

cheers

pcre
Emil Lundberg
2015-08-27 17:24:10 UTC
Permalink
Why not clone it with plain old Git?
Post by pc re
I'm missing the feature to clone a repository.
die "Error: the password store is not a git repository. Try \"$PROGR
AM git init\"."
cheers
pcre
_______________________________________________
Password-Store mailing list
http://lists.zx2c4.com/mailman/listinfo/password-store
pc re
2015-08-27 17:42:08 UTC
Permalink
Post by Emil Lundberg
Why not clone it with plain old Git?
[..]

Because .gitattributes and .gpg are not available.

So I need to replace clone with something like this.

pass init ***@mydomain.com
pass git init
pass git remote add origin ***@mydomain.com:/home/user/pw.git
pass git fetch
pass git rebase origin/master
pass git push -u --all
pc re
2015-08-28 19:49:11 UTC
Permalink
Post by pc re
Post by Emil Lundberg
Why not clone it with plain old Git?
[..]
Because .gitattributes and .gpg are not available.
So I need to replace clone with something like this.
pass git init
pass git fetch
pass git rebase origin/master
pass git push -u --all
Sorry, if I confused anybody.

You are right.

It was just a lack of understanding.

Tanks for helping.
Emil Lundberg
2015-08-28 20:36:05 UTC
Permalink
No problem at all, I'm glad I could help! Sometimes (or perhaps often,
actually) a little prod is all you need. :)

/Emil
Post by pc re
Post by pc re
Post by Emil Lundberg
Why not clone it with plain old Git?
[..]
Because .gitattributes and .gpg are not available.
So I need to replace clone with something like this.
pass git init
pass git fetch
pass git rebase origin/master
pass git push -u --all
Sorry, if I confused anybody.
You are right.
It was just a lack of understanding.
Tanks for helping.
Loading...