Displaying 11 results from an estimated 11 matches for "repositoryformatversion".
2013 Jan 30
1
centos 6.3 git core.sharedRepository = group/all not working?
HI
I have a git bare repo on centos 6.3 ( with selinux off)
the config is:
[core]
repositoryformatversion = 0
filemode = true
bare = true
sharedRepository = all ( or true or group)
chmod -R g+rs objects
when git pushed the changes from remote ssh .
the new file under objects are not writable.
e.g.:
-r--r--r--. 1 myuser mygroup 156 Jan 29 22:22
objects/fa/905054c795a3b7e5c244bfc6f...
2015 Oct 09
2
git clone --recursive
....
remote: Counting objects: 50546, done.
remote: Total 50546 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (50546/50546), 22.10 MiB | 4.47 MiB/s, done.
Resolving deltas: 100% (37690/37690), done.
$ cd syslinux
$ git config --list
user.name=Geert Stappers
user.email=stappers at examp.le
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git://repo.or.cz/syslinux.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
$ cd ..
$ rm -rf syslinux/
$ git clone --recursive git://repo.or....
2019 Jul 15
2
GitHub passwords in .git/config?
...gt;> git pull
ssh: Could not resolve hostname github.com:sbgraves237: nodename nor
servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
????? ** With .git/config as follows:
[core]
??? repositoryformatversion = 0
??? filemode = true
??? bare = false
??? logallrefupdates = true
??? ignorecase = true
??? precomposeunicode = true
[remote "origin"]
??? url = ssh://git at github.com:sbgraves237/Ecdat.git
??? fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
??? remote...
2014 Oct 24
0
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
...enu.lua | 38 +++++---
> 5 files changed, 329 insertions(+), 341 deletions(-)
>
I would like to verify now if there was allready a `git pull`,
but currently I get:
$ git pull
fatal: read error: Connection reset by peer
Are others getting the same error?
$ git config --list
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git://git.zytor.com/syslinux/syslinux.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master
submodule.gnu-efi.url=git://git.code.sf.net/p/gnu-efi...
2014 Oct 13
2
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
are available in the git repository at:
https://github.com/wferi/syslinux/ pub
for you to fetch changes up to 68cb978ab7e692d772e4d62d3585b8f7bac43b4b:
lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200)
2015 Jun 21
1
[syslinux:master] core/pxe: extend parse_dhcp() for packet type
On Sun, Jun 21, 2015 at 11:12:07AM -0700, syslinux-bot wrote:
> Commit-ID: 38e861ebf45a804bc5fbd74d9c19292822c84487
> Gitweb: http://www.syslinux.org/commit/38e861ebf45a804bc5fbd74d9c19292822c84487
> Author: Gene Cumm <gene.cumm at gmail.com>
> AuthorDate: Sat, 20 Jun 2015 21:17:18 -0400
> Committer: Gene Cumm <gene.cumm at gmail.com>
> CommitDate: Sat, 20
2011 Oct 30
5
Fatal error: The remote end hung up unexpectedly
Hi,
I''d like to create my first ROR application on Heroku but I can''t deal
with one step in this tutorial:
http://devcenter.heroku.com/articles/quickstart
I''ve spent all my day for this and I have no idea what is wrong...
I cannot deal with last one in 3th part -> Create your Heroku
application
What I did:
I''ve installed eveything what I need
1.
switch to
2013 Dec 31
1
[syslinux:master] Remove some whitespace
...-commits
To me is that commit not visible in my git repository.
What do see other people in their Syslinux git repo?
Where should I investigate further?
<screenshot>
stappers at nero:~/src/syslinux
$ git branch
firmware
* master
stappers at nero:~/src/syslinux
$ git config --list
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.firmware.remote=origin
branch.fi...
2019 Jul 15
0
GitHub passwords in .git/config?
...t;>> git pull
ssh: Could not resolve hostname github.com:sbgraves237: nodename nor servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
** With .git/config as follows:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = ssh://git at github.com:sbgraves237/Ecdat.git<mailto:ssh://git at github.com:sbgraves237/Ecdat.git>
fetch = +refs/heads/*:refs/remo...
2019 Jul 15
3
GitHub passwords in .git/config?
On 2019-07-15 10:56, Dirk Eddelbuettel wrote:
> <snip>
>
>
> Don't write passwords down like this. Your error is likely in expecting _ssh_
> authentication over _https_ -- when it works only over ssh. Use the alternate
> form for a remote e.g. one that looks like git at github.com:emacs-ess/ESS.git
????? I'm confused.? I changed that line to:
??? ?? ? ?? url =
2008 Apr 28
16
GiT and Edge/Trunk Rails
I have a sub-application project that I had previously converted to edge
rails under svn. Originally, vendor/rails was set up with svn:externals
so that an svn update at the project''s root would pull the latest trunk
along with all the other updates. Since Rails has moved to GiT and
depreciated svn I decided to remove the svn:externals reference for
vendor/rails and reinstall trunk using