sourcetree

Diff Word docx files in Sourcetree on Windows 7

匿名 (未验证) 提交于 2019-12-03 08:52:47
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have been trying to get a text diff of Word .docx files working in Sourcetree on Windows 7. I have followed the instructions here Using Microsoft Word with git to use Pandoc and can get it working from the command line. Unfortunately I can't get that diff to appear in Sourcetree. Is there something else I need to do to get this to work? Here's my .gitattributes file that I've put in the root of my project: # Add diff of docx files. *.docx diff=word Here's my .git\config file: [core] repositoryformatversion = 0 filemode = false bare = false

Gitkraken Desktop App - Error login: “Please log in to continue”

醉酒当歌 提交于 2019-12-03 08:16:40
问题 Who has been working with client GitKraken as GIT, you will know that authentication required? For the application, log in with: firstemail@outlook.com The repository is with: businessemail@bussiness.com It requires credentials to make a pull, but I tried with both emails and usernames, and does not allow me. Capture: In SourceTree it works perfectly, but here not!. Thanked fully!. 回答1: The credentials asked for, are the credentials for the repo you are trying to access, not for your

SourceTree 的使用

社会主义新天地 提交于 2019-12-03 07:31:18
SourceTree 是 Windows 和Mac OS X 下免费的 Git 和 Hg 客户端管理工具,同时也是Mn版本控制系统工具。支持创建、克隆、提交、push、pull 和合并等操作。 下载路径 : https://www.sourcetreeapp.com/ 安装这个软件 需要注册 bitbucket 账号 ,然后一步一步 安装就行了 这边可以都不选 装完之后,会有一个客户端 点击打开。可以直接克隆代码。和指令行操作一样。 可以用http的模式。 也可以用ssh的模式。都可以。 克隆完成后。 目录下面就有代码了。 完成项目 然后我们使用sourcetree 工具, 完成之前未完成的 dev2的 后2个工程 。 一样的步骤,先创建分支。 创建完后。我们看到。当前已经处在这个分支下面了 然后我们去工程下面 ,完成代码。 代码完成后,回到 sourcetree,会自动监测到文件。 然后 按照 步骤。一步步提交。 这一步 相当于 git add 这一步,相当于 commit 提交完成后会有显示。 然后我们把代码推上去。 这不相当于 push 分支别选错了。 这样就推送完成了 。 推送完成后。我们 用dev2的 账号 上gitlab ,进行提交 merge的 操作。 这个 步骤和之前一样 。 提交者 和 milestone 别选错了。 因为这边是另一套测试环境

Sourcetree 2.1.2.5 - Shows “Uncommitted changes” yet nothing is pending

匿名 (未验证) 提交于 2019-12-03 02:30:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a problem that I have not been experienced before. Even though I have nothing to commit and have tried to reset my branch to the latest commit Sourcetree shows Uncommitted changes . According to the Atlassian forums there is usually two reasons: You have many, many unstaged files in your working directory that get listed in SourceTree. This causes Git/Hg to take quite some time going through all the files, and so SourceTree waits on Git/Hg to report back. - Tried hard reset so any changed should have been reverted. If I edit one file

SourceTree not working after Windows 10 Fall Creators Update

匿名 (未验证) 提交于 2019-12-03 01:23:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: After install Windows 10 Fall Creators Update, sourcetree stop working. When I try to open nothing happens. I've already try to reinstall but no success. 回答1: It was a bug! Affects Version/s: 2.2.4.0, 2.3.1.0 They released version 2.3.5.0 which includes a fix for this issue. You can download it here: https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.3.5.0.exe 转载请标明出处: SourceTree not working after Windows 10 Fall Creators Update 文章来源: SourceTree not working after Windows 10 Fall Creators Update

Edit a commit message in SourceTree Windows (already pushed to remote)

匿名 (未验证) 提交于 2019-12-03 01:10:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: How do I edit an incorrect commit message in SourceTree without touching the command line? Additional details: This is not the latest commit. Everything was already pushed to Bitbucket. This is a private repository and I am the only collaborator. I don't mind losing any of the previous commits, as I can re-commit them anytime. I don't want however to lose any code modification ever made. Outcome: As it seems impossible at the moment according to your comments and replies, I'm going to create a new repository and start all over. Thanks all

dev:dev fatal: HttpRequestException encountered. remote: Invalid username or password. fatal: Authen

匿名 (未验证) 提交于 2019-12-03 00:37:01
描述: 使用sourcetree提交代码到GitHub时提示“dev:dev fatal: HttpRequestException encountered. remote: Invalid username or password. fatal: Authentication failed for ‘ https://github .” 解决方案: 1.在GitHub中创建授权token,并用其代替在sourcetree中GitHub登录弹窗的密码。 Setting―>Developer settings―>Personal access tokens―->Generatoe new token 2.在sourcetree中配置GitHub账号,刷新OAuth令牌后重新登录尝试。 3.怀疑是sourcetree版本bug,升级版本后尝试。 亲测以上三种方式均不可行,可行方案删除sourcetree密码。(AppData\Local\Atlassian\SourceTree\passwd)。具体步骤: Update the embedded git Restart SourceTree 详见: https://stackoverflow.com/questions/45622960/sourcetree-remote-invalid-username-or-password

SourceTree操作错误之一

匿名 (未验证) 提交于 2019-12-02 23:43:01
SourceTree操作错误之一 当我们在SourceTree上新建一个“从URL克隆”的远程项目时,在确认“URL”无误的前提下 依然报这是一个无效的原路径/URL”错误, 我们只需要快捷键“Command + ,”打开SourceTree的偏好设置,选择“网络”,“编辑”或者“删除”相应平台的用户名&密码即可。 一定要确认填写的“用户名”和“密码”无误。然后新建克隆一个仓库就不会再报错。 文章来源: https://blog.csdn.net/yyyyccll/article/details/91977660

sourcetree和Git的使用教程

匿名 (未验证) 提交于 2019-12-02 22:56:40
1、简单的用Git管理项目。 2、怎样既要开发又要处理发布出去的版本bug情况。 SourceTree是一个免费的Git图形化管理工具,mac下也可以安装。 下载地址:https://www.sourcetreeapp.com/ 参考: http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/ http://www.ruanyifeng.com/blog/2012/07/git.html 转:http://m.blog.csdn.net/android_zhengyongbo/article/details/72885860 文章来源: sourcetree和Git的使用教程