主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kirill Likhodedov
活动总数
733
最后的活动
2021年10月14日 12:17
成员加入日期
2010年06月11日 07:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
269
活动概览
文章(0)
帖子(0)
评论(464)
按最近的活动排序
最近的活动
投票数
创建于
2012年06月21日 12:13
Hello Jason,I would recommend you to use "Update Project". It pulls from the tracked branch (and fetches only from the remote of this branch).Currently there is no way to call a manual Git command ...
社区
PhpStorm
Git pull does a pull for all remotes
0 票
创建于
2012年07月06日 11:49
How do you know which commits are pushed? Do you see them (commits from other users) in the Push Dialog?Please try the following:1. Execute git fetch origin.2. Execute git log ..origin/trunk to see...
社区
PhpStorm
Git commits list
0 票
创建于
2012年07月06日 13:09
pull is definitely the same as fetch + merge.Can you try the same, but instead of steps 1, 2, 3 execute git pull origin trunk ? Then execute step 4 to see if there are commits to be pushed.(I tryin...
社区
PhpStorm
Git commits list
0 票
创建于
2012年07月06日 15:34
So, you don't see any other commits (from other developers) in the git log origin/trunk.. output, there is only your commit, right?What about PhpStorm then? Which commits do you see in the Push Dia...
社区
PhpStorm
Git commits list
0 票
创建于
2012年07月06日 16:25
So let me summarize: just before push you see commits from other developers in the PhpStorm's Push Dialog, but at the same time 'git log origin/trunk..' doesn't show you these commits, right?If tha...
社区
PhpStorm
Git commits list
0 票
创建于
2012年07月02日 19:33
Hello Kris,Thanks for your feedback.It seems that the files you change get committed with other line separators, than they are in the repository. That's why it looks like all lines were changed (th...
社区
PhpStorm
GitHub pushes don't show diff's correctly
0 票
创建于
2012年07月05日 12:35
Please try changing the setting Settings | Version Control | Git | "Line Separators Conversion" to "Do not convert".
社区
PhpStorm
GitHub pushes don't show diff's correctly
0 票
创建于
2012年07月09日 09:14
Hello John,Great that the problem has been solved.The root cause of the issue is that PhpStorm currently understands only those SSH keys, that have names id_rsa and id_rsa.pub, and doesn't understa...
社区
PhpStorm
Git VCS Push/Pull fails
0 票
创建于
2012年10月19日 10:32
It seems that JVM doesn't use values from LC_TIMETry this answer: http://stackoverflow.com/a/10707816/72788P. S. I use Opera 11.64 and it works fine with this forum.
社区
PhpStorm
Incorrect date and time format
0 票
创建于
2011年09月21日 16:48
Hello Apo,Do you use SSH or HTTP(S) to connect to the Git remote? (you may verify the remote url in the .git/config file)1. If you use HTTP(S), you'd like to switch to SSH, since IDEA doesn't suppo...
社区
PhpStorm
git push (to GitHub) causing unbreakable process
0 票
«
第一页
‹
上一页
下一页
›
最后
»