I installed the new Git repository in cloufforge and have some unusual problems.
When I do a git pull origin master From https://dndigital.git.cloudforge.com/project * branch master -> FETCH_HEAD Already up-to-date.
But if a colleague does the same thing, he continues to repeat the same message again and again, without receiving “Already updated”
remote: Counting objects: 85, done. remote: Compressing objects: 100% (58/58), done. remote: Total 76 (delta 59), reused 19 (delta 13) Unpacking objects: 100% (76/76), done. From https:
Why is this happening?
Update:
I tried the suggested answer and see no problem. But the problem seems to be that we are using different Git clients. It seems that different versions of Git clients can be problematic. It is really hard. Is there a way to limit Git's capabilities to a specific version of Git so that the earliest Git client can work?
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = https:// username@dndigital.git.cloudforge.com /project.git [branch "master"] remote = origin merge = refs/heads/master [user] name = email = [giggle] file-view-path = agile/includes/SiteConfig.php [gui] wmstate = zoomed geometry = 787x379+512+242 248 420
Houman
source share