smartgit

SmartGit Hg “Authentication Failed”

匿名 (未验证) 提交于 2019-12-03 08:39:56
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Hi already used smartGit Hg a couple of months. I have already account in bitbucket which I used already couple months already also. When I created another account in bitbucket then cloned the current repository to the smartGit. When I tried to commit and pushed (ofcourse it will ask for password), it says "Authentication Failed". Please help...THanks in advance.. 回答1: SmartGit probably remember a wrong account credentials to authenticate you on BitBucket. Goto Edit menu -> Preferences -> Authentication and remove credentials for the

How to install Github for Windows offline?

跟風遠走 提交于 2019-12-03 08:07:51
问题 As the question says how to install Github for Windows without an internet connection? If it is not possible then is there some alternative client with the following features: Support for proxy Offline installer I found smartgit which has an offline installer but it seems it doesn't have proxy support. If there is no such client then what can be done to extend the functionality of github for windows or some other client? I mean is there a way to use some API to extend it? Any links for that

Unable to auto-detect email address

末鹿安然 提交于 2019-12-03 04:41:12
问题 I'm new to SmartGit. I can't commit through my repository, the message I'm receiving is: Unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)') *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository I'm using a different PC, but if I commit at home it commits and pushes perfectly, I don't know if this was the

Smartgit: Auto insert commit message

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is there a way to auto insert the commit message in Smartgit with a hook script? (Bash). If a user commit's his change, I want to preload the commit message field. 回答1: I don't see any SmartGit configuration for this feature. I would rather rely on a prepare-commit-msg hook as described in " How do I add project-specific information to the Git commit comment? ", based on a commit.template Git configuration . See also " Including the current branch name in the commit template " for another example. 回答2: There are 2 hooks which may be of

SmartGit Installation and Usage on Ubuntu

*爱你&永不变心* 提交于 2019-12-03 01:28:31
问题 I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time. What it correct way of installing SmartGit on Ubuntu? Thus I can have normal icon and run the program from state of previous usage, without configuring repositories every time. Thanks. 回答1: What it correct way of installing SmartGit on Ubuntu? Thus I can have normal icon In smartgit/bin folder,

How to install Github for Windows offline?

泪湿孤枕 提交于 2019-12-02 21:40:00
As the question says how to install Github for Windows without an internet connection? If it is not possible then is there some alternative client with the following features: Support for proxy Offline installer I found smartgit which has an offline installer but it seems it doesn't have proxy support. If there is no such client then what can be done to extend the functionality of github for windows or some other client? I mean is there a way to use some API to extend it? Any links for that would be helpful. Uberfuzzy "GitHub for Windows" is one of those magical/annoying ClickOnce apps. They

Unable to auto-detect email address

回眸只為那壹抹淺笑 提交于 2019-12-02 17:49:46
I'm new to SmartGit. I can't commit through my repository, the message I'm receiving is: Unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)') *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository I'm using a different PC, but if I commit at home it commits and pushes perfectly, I don't know if this was the cause of the problem. I've searched around and others say to edit the .git/config file, but I cannot

SmartGit Installation and Usage on Ubuntu

Deadly 提交于 2019-12-02 14:50:17
I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time. What it correct way of installing SmartGit on Ubuntu? Thus I can have normal icon and run the program from state of previous usage, without configuring repositories every time. Thanks. oori What it correct way of installing SmartGit on Ubuntu? Thus I can have normal icon In smartgit/bin folder, there's a shell script waiting for you: add-menuitem.sh . It does just that. You can add a PPA that

smartGit 版本19.1没有settings文件如何破解

萝らか妹 提交于 2019-12-02 08:10:42
一般的版本,大家都知道,就是删除settings.xml文件。 Windows: %APPDATA%\syntevo\SmartGit\ OS X: ~/Library/Preferences/SmartGit/ Unix/Linux: ~/.smartgit/从上面路径的版本号对应文件夹里,删除settings.xml文件但是升级到19.1后,会发现,没有了setting.xml,经过对比,我发现多了的文件里的preferences.yml文件内容和原来的settings.xml内容相近:然后故意破坏了这个文件名(也是相当于做个简单备份),再冲动时发现可以重新进入启动选项,可再选试用30天,或者选非商业。对于选错的那种,适合删掉preferences.yml文件来重选非商业。或过期的删除这个进行无限试用。 来源: https://www.cnblogs.com/MyOceansWeb/p/11736748.html

SmartGit: File or Directory out of date error message when it is not?

夙愿已清 提交于 2019-12-02 06:25:55
问题 Someone please help me understand my mistake/misunderstanding of what's happening below: This is an SVN repository. As you can see, I have two branches and committed a few independent changes to the release. According to the log above, both server branches map back into the current local release branch which is a few commits ahead. If I go to push the changes of release back to the remote server. I get the following error: It would seem the error is some how related to an SVN problem "409