草庐IT

sd_bus_request_name

全部标签

git - Git 中的 user.name 是否可以有尾随句点?

下面的Git语句cdperiodtest/gitinitgitconfiguser.name"Test."#verifythatuser.nameis'Test.'gitconfiguser.nametouchREADMEgitaddREADMEgitcommit-a-m"periodtest"checkout结果如下#checkusernameaftercommitgitlogAndtheresultingcommitw/outtheperiodwas:commit9b7e4960fd8129059b5759d1bb937b60241fd70bAuthor:TestDate:WedO

git - Git 中的 user.name 是否可以有尾随句点?

下面的Git语句cdperiodtest/gitinitgitconfiguser.name"Test."#verifythatuser.nameis'Test.'gitconfiguser.nametouchREADMEgitaddREADMEgitcommit-a-m"periodtest"checkout结果如下#checkusernameaftercommitgitlogAndtheresultingcommitw/outtheperiodwas:commit9b7e4960fd8129059b5759d1bb937b60241fd70bAuthor:TestDate:WedO

git 请求 pull : how to create a (github) pull request on the command line?

我克隆了一个项目,并将一个只有重命名的自述文件的分支推送到自述文件。我正在尝试在命令行上创建一个pull请求,只是为了从这里而不是网站尝试PR。$gitrequest-pullorigin/masteroriginreadme:readmeThefollowingchangessincecommit51320a3a42f82ba83cd7919d24ac4aa5c4c99ac6:firstcommitmessageareavailableinthegitrepositoryat:git@github.com:example/com:example.gitreadmeforyoutofe

git 请求 pull : how to create a (github) pull request on the command line?

我克隆了一个项目,并将一个只有重命名的自述文件的分支推送到自述文件。我正在尝试在命令行上创建一个pull请求,只是为了从这里而不是网站尝试PR。$gitrequest-pullorigin/masteroriginreadme:readmeThefollowingchangessincecommit51320a3a42f82ba83cd7919d24ac4aa5c4c99ac6:firstcommitmessageareavailableinthegitrepositoryat:git@github.com:example/com:example.gitreadmeforyoutofe

git 接收后 Hook "empty ident name"

我已经构建了以下接收后Hook:#!/bin/shcd/var/node/heartbeat/||exitunsetGIT_DIRecho$USERgitpull--no-edit当我推送到存储库时,返回以下错误:remote:remote:Fromserver.net:chris/heartbeatremote:c0df678..5378ademaster->origin/masterremote:remote:***Pleasetellmewhoyouare.remote:remote:Runremote:remote:gitconfig--globaluser.email"you

git 接收后 Hook "empty ident name"

我已经构建了以下接收后Hook:#!/bin/shcd/var/node/heartbeat/||exitunsetGIT_DIRecho$USERgitpull--no-edit当我推送到存储库时,返回以下错误:remote:remote:Fromserver.net:chris/heartbeatremote:c0df678..5378ademaster->origin/masterremote:remote:***Pleasetellmewhoyouare.remote:remote:Runremote:remote:gitconfig--globaluser.email"you

git - Xcode 4 混帐 —"This file does not exist at the requested revision"

我有一个本地git存储库,我使用Xcode4中的一个项目设置了该存储库。该存储库在管理器中显示良好,我可以在文件导航器中看到提交历史记录和源代码管理图标。提交工作也很好。但是,当我使用版本编辑器时,每当我尝试查看任何以前的修订时,我都会收到错误消息“此文件在请求的修订中不存在”。我找不到有关此错误的任何信息,也不知道如何解决。gitlog显示了四个最近的提交(我知道还有更多,但我不知道这是命令的限制还是某些东西正在消失)。有什么想法吗? 最佳答案 我刚遇到同样的问题。我认为(无论如何在我的情况下)这与我将项目目录移出xcode的事实

git - Xcode 4 混帐 —"This file does not exist at the requested revision"

我有一个本地git存储库,我使用Xcode4中的一个项目设置了该存储库。该存储库在管理器中显示良好,我可以在文件导航器中看到提交历史记录和源代码管理图标。提交工作也很好。但是,当我使用版本编辑器时,每当我尝试查看任何以前的修订时,我都会收到错误消息“此文件在请求的修订中不存在”。我找不到有关此错误的任何信息,也不知道如何解决。gitlog显示了四个最近的提交(我知道还有更多,但我不知道这是命令的限制还是某些东西正在消失)。有什么想法吗? 最佳答案 我刚遇到同样的问题。我认为(无论如何在我的情况下)这与我将项目目录移出xcode的事实

git - origin/branch_name 和 branch_name 之间的区别?

用于推送到bitbucket。如果我这样做:gitpushoriginorigin/branch_name我的提交不会被推送。Total0(delta0),reused0(delta0)如果我执行gitpushoriginbranch_name我的提交被推送:Countingobjects:160,done.Deltacompressionusingupto8threads.Compressingobjects:100%(13/13),done.Writingobjects:100%(20/20),2.10KiB|0bytes/s,done.Total20(delta6),reused

git - origin/branch_name 和 branch_name 之间的区别?

用于推送到bitbucket。如果我这样做:gitpushoriginorigin/branch_name我的提交不会被推送。Total0(delta0),reused0(delta0)如果我执行gitpushoriginbranch_name我的提交被推送:Countingobjects:160,done.Deltacompressionusingupto8threads.Compressingobjects:100%(13/13),done.Writingobjects:100%(20/20),2.10KiB|0bytes/s,done.Total20(delta6),reused